umami.breakpoints.yml
Same filename and directory in other branches
File
-
core/
profiles/ demo_umami/ themes/ umami/ umami.breakpoints.yml
View source
- umami.mobile:
- label: mobile
- mediaQuery: ''
- weight: 0
- multipliers:
- - 1x
- - 2x
- umami.narrow:
- label: narrow
- mediaQuery: 'all and (min-width: 768px)'
- weight: 1
- multipliers:
- - 1x
- - 2x
- umami.wide:
- label: wide
- mediaQuery: 'all and (min-width: 960px)'
- weight: 2
- multipliers:
- - 1x
- - 2x
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.