You are here

blazy_test.breakpoints.yml in Blazy 8.2

Same filename and directory in other branches
  1. 8 tests/modules/blazy_test/blazy_test.breakpoints.yml
tests/modules/blazy_test/blazy_test.breakpoints.yml

File

tests/modules/blazy_test/blazy_test.breakpoints.yml
View source
  1. blazy_test.mobile:
  2. label: mobile
  3. mediaQuery: ''
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. blazy_test.narrow:
  8. label: narrow
  9. mediaQuery: 'all and (min-width: 560px) and (max-width: 850px)'
  10. weight: 1
  11. multipliers:
  12. - 1x
  13. blazy_test.wide:
  14. label: wide
  15. mediaQuery: 'all and (min-width: 851px)'
  16. weight: 2
  17. multipliers:
  18. - 1x