druparcheky_theme-1.2.6/druparcheky_theme.breakpoints.yml
druparcheky_theme.breakpoints.yml
druparcheky_theme.xxs:
label: xxs
mediaQuery: 'all and (max-width: 30em)'
weight: 0
multipliers:
- 1x
druparcheky_theme.xs:
label: xs
mediaQuery: 'all and (min-width: 30em)'
weight: 1
multipliers:
- 1x
druparcheky_theme.sm:
label: sm
mediaQuery: 'all and (min-width: 48em)'
weight: 1
multipliers:
- 1x
druparcheky_theme.md:
label: md
mediaQuery: 'all and (min-width: 60em)'
weight: 1
multipliers:
- 1x
druparcheky_theme.lg:
label: lg
mediaQuery: 'all and (min-width: 64em)'
weight: 1
multipliers:
- 1x
druparcheky_theme.xl:
label: xl
mediaQuery: 'all and (min-width: 75em)'
weight: 1
multipliers:
- 1x
druparcheky_theme.xxl:
label: xxl
mediaQuery: 'all and (min-width: 100em)'
weight: 1
multipliers:
- 1x
