SCSS-Lint 0.36.1
A hotfix release that fixes some issues introduced by the new PropertyUnits
linter, as well as a number of false positives caused by new behavior in the DeclarationOrder
linter.
- Fix
PropertyUnits
to not error on properties with function call values - Fix
DeclarationOrder
false positives on lines of the same type of node - Fix
PropertyUnits
false positives on unicode escape sequences and string
values that look like units - Add additional units to default configuration for
PropertyUnits
, including
durations, frequencies, angles, and resolutions