Closed (fixed)
Project:
radix
Version:
8.x-4.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2021 at 21:36 UTC
Updated:
11 May 2021 at 08:34 UTC
Jump to comment: Most recent
The list shows "weight: 1" for every breakpoints.
They should be incremented like so:
default.xs:
label: XS
mediaQuery: '(max-width: 575px)'
weight: 0
multipliers:
- 1x
default.sm:
label: SM
mediaQuery: '(min-width: 576px) and (max-width: 767px)'
weight: 1
multipliers:
- 1x
default.md:
label: MD
mediaQuery: '(min-width: 768px) and (max-width: 991px)'
weight: 2
multipliers:
- 1x
default.lg:
label: LG
mediaQuery: '(min-width: 992px) and (max-width: 1199px)'
weight: 3
multipliers:
- 1x
default.xl:
label: XL
mediaQuery: '(min-width: 1200px)'
weight: 4
multipliers:
- 1x
Comments
Comment #2
JFKiwadComment #5
ckngComment #6
ckng