Skip to content

Commit

Permalink
refactor: drop old mixins (#7321)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Apr 26, 2024
1 parent 3ed28a4 commit 4363184
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions projects/core/styles/variables/media.scss
Expand Up @@ -16,24 +16,3 @@ $tui-desktop-min: 'screen and (min-width: 64em)';
$tui-desktop-interval: '(min-width: 64em) and (max-width: 79.9625em)';

$tui-desktop-lg-min: 'screen and (min-width: 80em)';

// TODO: 4.0 delete all deprecations below
// deprecated
$media-retina: '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)';
$media-retina-mobile: '(-webkit-min-device-pixel-ratio: 2) and (max-width: 599px), (min-resolution: 192dpi) and (max-width: 599px)';
$media-retina-tablet: '(-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), (min-resolution: 192dpi) and (max-width: 1023px)';
$media-retina-desktop: '(-webkit-min-device-pixel-ratio: 2) and (max-width: 1359px), (min-resolution: 192dpi) and (max-width: 1359px)';

$mobile-m: 'screen and (max-width: 47.9625em)';
$mobile-m-min: 'screen and (min-width: 20em)';
$mobile-m-interval: '(min-width: 20em) and (max-width: 47.9625em)';

$tablet-lg: 'screen and (max-width: 63.9625em)';
$tablet-lg-min: 'screen and (min-width: 48em)';
$tablet-lg-interval: '(min-width: 48em) and (max-width: 63.9625em)';

$desktop-s: 'screen and (max-width: 79.9625em)';
$desktop-s-min: 'screen and (min-width: 64em)';
$desktop-s-interval: '(min-width: 64em) and (max-width: 79.9625em)';

$desktop-m-min: 'screen and (min-width: 80em)';

0 comments on commit 4363184

Please sign in to comment.