// =from($device)
// @media screen and (min-width: $device)
// @content
// =until($device)
// @media screen and (max-width: $device - 1px)
// =mobile
// @media screen and (max-width: $screen-tablet - 1px)
// =tablet
// @media screen and (min-width: $screen-tablet)
// =tablet-only
// @media screen and (min-width: $screen-tablet) and (max-width: $screen-desktop - 1px)
// =touch
// @media screen and (max-width: $screen-desktop - 1px)
// =desktop
// @media screen and (min-width: $screen-desktop)
// =desktop-only
// @media screen and (min-width: $screen-desktop) and (max-width: $screen-lg - 1px)
// =widescreen
// @media screen and (min-width: $screen-lg)