Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / core / modules / toolbar / toolbar.breakpoints.yml
1 toolbar.narrow:
2   label: narrow
3   mediaQuery: 'only screen and (min-width: 16.5em)'
4   weight: 0
5   multipliers:
6     - 1x
7 toolbar.standard:
8   label: standard
9   mediaQuery: 'only screen and (min-width: 38.125em)'
10   weight: 1
11   multipliers:
12     - 1x
13 toolbar.wide:
14   label: wide
15   mediaQuery: 'only screen and (min-width: 61em)'
16   weight: 2
17   multipliers:
18     - 1x