seeds_ui-1.0.x-dev/seeds_ui.breakpoints.yml
seeds_ui.breakpoints.yml
seeds_ui.extra_small:
label: mobile
mediaQuery: ""
weight: 0
multipliers:
- 1x
seeds_ui.small:
label: mobile
mediaQuery: "all and (min-width: 576px) and (max-width: 767px)"
weight: 1
multipliers:
- 1x
seeds_ui.medium:
label: narrow
mediaQuery: "all and (min-width: 768px) and (max-width: 991px)"
weight: 2
multipliers:
- 1x
seeds_ui.large:
label: wide
mediaQuery: "all and (min-width: 992px) and (max-width: 1199px)"
weight: 3
multipliers:
- 1x
seeds_ui.extra_large:
label: wide
mediaQuery: "all and (min-width: 1200px)"
weight: 4
multipliers:
- 1x
