v12.0.0
Major changes
- Add stylelint-scales
- Add stylelint-plugin-defensive-css
- Add stylelint-plugin-logical-css
- Add stylelint-rem-over-px
- Enforce
s
unit for animations - Allow only
data
andhttps
schemes inurl()
- Disallow units:
cm
,mm
,Q
,in
,pc
,pt
,em
- Change
font-weight-notation
tonumeric
(to work well withscales/font-weights
)
Other changes
- Add stylelint-high-performance-animation
- Add
@isnotdefined/no-obsolete
rule from @isnotdefined/stylelint-plugin