Skip to content

Commit

Permalink
Added media query variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Nov 14, 2014
1 parent 5e4a94d commit 0b92edf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/less/variables/media-queries.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@device-x-large: ~"only screen and (min-width: 1200px)";
@device-large: ~"only screen and (min-width: 992px)";
@device-medium: ~"only screen and (min-width: 768px)";
@device-small: ~"only screen and (min-width: 375px)";

0 comments on commit 0b92edf

Please sign in to comment.