Guest User

Untitled

a guest
Jul 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "_media": {
  3. "prefix": "_media",
  4. "body": [
  5. "/* Large Devices, Wide Screens */",
  6. "@media only screen and (max-width : 1200px) {}",
  7. "/* Medium Devices, Desktops */",
  8. "@media only screen and (max-width : 992px) {}",
  9. "/* Small Devices, Tablets */",
  10. "@media only screen and (max-width : 768px) {}",
  11. "/* Extra Small Devices, Phones */",
  12. "@media only screen and (max-width : 480px) {}",
  13. "/* Custom, iPhone Retina */",
  14. "@media only screen and (max-width : 320px) {}"
  15. ],
  16. "description": "show media queries"
  17. }
  18. }
Add Comment
Please, Sign In to add comment