config/default.yml in scss-lint-0.35.0 vs config/default.yml in scss-lint-0.36.0
- old
+ new
@@ -96,9 +96,14 @@
PropertyCount:
enabled: false
include_nested: false
max_properties: 10
+ PropertyUnits:
+ enabled: true
+ global: ['em', 'ex', '%', 'px', 'ch', 'cm', 'mm', 'in', 'pt', 'pc', 'rem', 'vh', 'vw', 'vmin', 'vmax']
+ properties: {}
+
PropertySortOrder:
enabled: true
ignore_unspecified: false
separate_groups: false