bridge-8.x-1.x-dev/bridge.breakpoints.yml
bridge.breakpoints.yml
bridge.sm:
label: Bridge SM
mediaQuery: '(min-width: 480px)'
weight: 0
multipliers:
- 1x
- 2x
bridge.md:
label: Bridge MD
mediaQuery: 'screen and (min-width: 992px)'
weight: 1
multipliers:
- 1x
- 2x
bridge.lg:
label: Bridge LG
mediaQuery: 'screen and (min-width: 1200px)'
weight: 1
multipliers:
- 1x
- 2x
