Source

Modified ago
772 bytes Save Open file
=from($device) @media screen and (min-width: $device) @content =until($device) @media screen and (max-width: $device - 1px) @content =mobile @media screen and (max-width: $tablet - 1px) @content =tablet @media screen and (min-width: $tablet), print @content =touch @media screen and (max-width: $desktop - 1px) @content =desktop @media screen and (min-width: $desktop) @content =until-widescreen @media screen and (max-width: $widescreen - 1px) @content =widescreen @media screen and (min-width: $widescreen) @content =until-fullhd @media screen and (max-width: $fullhd - 1px) @content =fullhd @media screen and (min-width: $fullhd) @content