HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers104/angeliekly.nl/wwwroot/css/mixins/_media-queries.sass
=media-query($smallerThen)
  @media screen and (max-width: $smallerThen)
    @content

=media-query-larger($largerThen)
  @media screen and (min-width: $largerThen)
    @content

=media-query-height($smallerThen)
  @media screen and (max-height: $smallerThen)
    @content

=media-query-height-or-width($width, $height)
  @media screen and (max-width: $width), screen and (max-height: $height)
    @content