Open austinstarin opened 7 years ago
Based on https://github.com/punkave/best-practices/blob/master/css.md
'declaration-property-unit-blacklist': {
'(min-|max-|)(width|height)': ['px'],
'column(|-rule)-width': ['px'],
'transform': ['px'],
'(top|right|bottom|left)': ['px']
},
https://stylelint.io/user-guide/rules/declaration-property-unit-blacklist/