punkave / stylelint-config-punkave

0 stars 0 forks source link

declaration-property-unit-blacklist needs analysis #11

Open austinstarin opened 7 years ago

austinstarin commented 7 years ago

https://stylelint.io/user-guide/rules/declaration-property-unit-blacklist/

abea commented 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']
    },