breakpoint_module_test.breakpoints.yml 637 B

123456789101112131415161718192021
  1. breakpoint_module_test.mobile:
  2. label: mobile
  3. mediaQuery: '(min-width: 0px)'
  4. weight: 0
  5. # Don't include multipliers. A 1x multiplier this will be enforced by default.
  6. breakpoint_module_test.standard:
  7. label: standard
  8. mediaQuery: '(min-width: 560px)'
  9. weight: 1
  10. # Don't include a 1x multiplier this will be enforced by default.
  11. multipliers:
  12. - 2x
  13. # Test providing a breakpoint for group matching the group provided by
  14. # breakpoint_test_theme.
  15. breakpoint_module_test.breakpoint_theme_test.group2.tv:
  16. label: tv
  17. mediaQuery: '(min-width: 6000px)'
  18. weight: 2
  19. multipliers:
  20. - 1x
  21. group: breakpoint_theme_test.group2