Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. :root
  2. @custom-media --xs (width < 400px)
  3. @custom-media --s (width < 600px)
  4. @custom-media --m (width < 800px)
  5. @custom-media --l (width < 1050px)
  6. @custom-media --hd (width < 1800px)
  7.  
  8. @custom-media --above-xs (width >= 400px)
  9. @custom-media --above-s (width >= 600px)
  10. @custom-media --above-m (width >= 800px)
  11. @custom-media --above-l (width >= 1050px)
  12. @custom-media --above-hd (width >= 1800px)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement