Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /* xs only */
  2. @media (max-width: @screen-xs-max) {}
  3. /* sm only */
  4. @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {}
  5. /* md only */
  6. @media (min-width: @screen-md-min) and (max-width: @screen-md-max){}
  7. /* lg only */
  8. @media (min-width: @screen-lg-min){}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement