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

JFKiwad created an issue. See original summary.

JFKiwad’s picture

Issue summary: View changes

  • ckng committed 6f05298 on 5.x
    Issue #3205484 by ckng: Fixed breakpoints weight in kits theme
    

  • ckng committed 800e04f on 8.x-4.x
    Issue #3205484 by ckng: Fixed breakpoints weight in kits theme
    
ckng’s picture

Version: 8.x-4.x-dev » 5.x-dev
Status: Active » Fixed
ckng’s picture

Version: 5.x-dev » 8.x-4.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.