DroidPinkman
3/24/2019 - 12:16 AM

Respond To

@mixin respond($media-type, $value) {
  @media ($media-type: $value) {
     @content
  }
}