stark.breakpoints.yml

Same filename and directory in other branches
  1. 9 core/themes/stark/stark.breakpoints.yml
  2. 10 core/themes/stark/stark.breakpoints.yml
  3. 8.9.x core/themes/stark/stark.breakpoints.yml
core/themes/stark/stark.breakpoints.yml

File

core/themes/stark/stark.breakpoints.yml

View source
  1. stark.mobile:
  2. label: mobile
  3. mediaQuery: '(min-width: 0px)'
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. stark.narrow:
  8. label: narrow
  9. mediaQuery: 'all and (min-width: 480px) and (max-width: 959px)'
  10. weight: 1
  11. multipliers:
  12. - 1x
  13. stark.wide:
  14. label: wide
  15. mediaQuery: 'all and (min-width: 960px)'
  16. weight: 2
  17. multipliers:
  18. - 1x

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.