Skip to content
Snippets Groups Projects

Update bootstrap_barrio.breakpoints.yml

1 file
+ 30
12
Compare changes
  • Side-by-side
  • Inline
bootstrap_barrio.small:
label: small
mediaQuery: 'all and (min-width: 34em) and (max-width: 47.99em)'
bootstrap_barrio.extra_small:
label: Extra small
mediaQuery: 'all and (max-width: 575px)'
weight: 0
multipliers:
- 1x
bootstrap_barrio.medium:
label: medium
mediaQuery: 'all and (min-width: 48em) and (max-width: 61.99em)'
- 2x
bootstrap_barrio.small:
label: Small
mediaQuery: 'all and (min-width: 576px)'
weight: 1
multipliers:
- 1x
bootstrap_barrio.large:
label: large
mediaQuery: 'all and (min-width: 62em) and (max-width: 74.99em)'
- 2x
bootstrap_barrio.medium:
label: Medium
mediaQuery: 'all and (min-width: 768px)'
weight: 2
multipliers:
- 1x
bootstrap_barrio.extra:
label: extra
mediaQuery: 'all and (min-width: 75em)'
- 2x
bootstrap_barrio.large:
label: Large
mediaQuery: 'all and (min-width: 992px)'
weight: 3
multipliers:
- 1x
- 2x
bootstrap_barrio.extra_large:
label: Extra large
mediaQuery: 'all and (min-width: 1200px)'
weight: 4
multipliers:
- 1x
- 2x
bootstrap_barrio.extra_extra_large:
label: Extra extra large
mediaQuery: 'all and (min-width: 1400px)'
weight: 5
multipliers:
- 1x
- 2x
Loading