Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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
RSS feed
Powered by Drupal