rorschach.breakpoints.yml 899 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. rorschach.sm:
  2. label: Small
  3. mediaQuery: 'all and (min-width: 500px)'
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. rorschach.md:
  8. label: Medium
  9. mediaQuery: 'all and (min-width: 700px)'
  10. weight: 1
  11. multipliers:
  12. - 1x
  13. rorschach.lg:
  14. label: Large
  15. mediaQuery: 'all and (min-width: 1000px)'
  16. weight: 2
  17. multipliers:
  18. - 1x
  19. rorschach.xl:
  20. label: X-Large
  21. mediaQuery: 'all and (min-width: 1300px)'
  22. weight: 3
  23. multipliers:
  24. - 1x
  25. rorschach.nav-md:
  26. label: Nav Medium
  27. mediaQuery: 'all and (min-width: 500px)'
  28. weight: 4
  29. multipliers:
  30. - 1x
  31. rorschach.nav:
  32. label: Nav
  33. mediaQuery: 'all and (min-width: 1200px)'
  34. weight: 5
  35. multipliers:
  36. - 1x
  37. rorschach.grid-md:
  38. label: Grid Medium
  39. mediaQuery: 'all and (min-width: 700px)'
  40. weight: 6
  41. multipliers:
  42. - 1x
  43. rorschach.grid-max:
  44. label: Grid Max
  45. mediaQuery: 'all and (min-width: 1440px)'
  46. weight: 7
  47. multipliers:
  48. - 1x