Skip to content

Commit

Permalink
Extended responsive responsive variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jordykommeren committed Dec 21, 2018
1 parent 8829a24 commit 9931776
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/scss/boilerplate/magento-ui/variables/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ $screen__s : 640px !default;
$screen__m : 768px !default;
$screen__l : 1024px !default;
$screen__xl : 1440px !default;

$screen__xxs_min : $screen__xxs;
$screen__xxs_max : $screen__xs - 1;
$screen__xs_min : $screen__xs;
$screen__xs_max : $screen__s - 1;
$screen__s_min : $screen__s;
$screen__s_max : $screen__m - 1;
$screen__m_min : $screen__m;
$screen__m_max : $screen__l - 1;
$screen__l_min : $screen__l;
$screen__l_max : $screen__xl - 1;

0 comments on commit 9931776

Please sign in to comment.