config/default.yml in scss-lint-0.36.0 vs config/default.yml in scss-lint-0.36.1
- old
+ new
@@ -98,10 +98,19 @@
include_nested: false
max_properties: 10
PropertyUnits:
enabled: true
- global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax']
+ global: [
+ 'ch', 'em', 'ex', 'rem', # Font-relative lengths
+ 'cm', 'in', 'mm', 'pc', 'pt', 'px', 'q', # Absolute lengths
+ 'vh', 'vw', 'vmin', 'vmax', # Viewport-percentage lengths
+ 'deg', 'grad', 'rad', 'turn', # Angle
+ 'ms', 's', # Duration
+ 'Hz', 'kHz', # Frequency
+ 'dpi', 'dpcm', 'dppx', # Resolution
+ '%', # Other
+ ]
properties: {}
PropertySortOrder:
enabled: true
ignore_unspecified: false