Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
18
core/themes/bartik/bartik.breakpoints.yml
Normal file
18
core/themes/bartik/bartik.breakpoints.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
bartik.mobile:
|
||||
label: mobile
|
||||
mediaQuery: ''
|
||||
weight: 2
|
||||
multipliers:
|
||||
- 1x
|
||||
bartik.narrow:
|
||||
label: narrow
|
||||
mediaQuery: 'all and (min-width: 560px) and (max-width: 850px)'
|
||||
weight: 1
|
||||
multipliers:
|
||||
- 1x
|
||||
bartik.wide:
|
||||
label: wide
|
||||
mediaQuery: 'all and (min-width: 851px)'
|
||||
weight: 0
|
||||
multipliers:
|
||||
- 1x
|
||||
Reference in a new issue