Create media query mixins and consolidate .less files
This commit is contained in:
@@ -293,4 +293,18 @@ clip : auto;
|
||||
height : auto;
|
||||
width : auto;
|
||||
margin : 0;
|
||||
overflow: visible; }
|
||||
overflow: visible; }
|
||||
|
||||
|
||||
// MEDIA QUERIES
|
||||
// --------------------------------------------------
|
||||
|
||||
@480px: ~"only screen and (min-width: 30em)";
|
||||
@600px: ~"only screen and (min-width: 37.5em)";
|
||||
@768px: ~"only screen and (min-width: 48em)";
|
||||
@992px: ~"only screen and (min-width: 62em)";
|
||||
@1382px: ~"only screen and (min-width: 86.375em)";
|
||||
@highdensity: ~"only screen and (-webkit-min-device-pixel-ratio: 1.5)",
|
||||
~"only screen and (-o-min-device-pixel-ratio: 3/2)",
|
||||
~"only screen and (min-resolution: 144dpi)",
|
||||
~"only screen and (min-resolution: 1.5dppx)";
|
||||
Reference in New Issue
Block a user