chore(stylelint): ignore custom properties for no zero unit

this fixes an issue when `0px` needs to be used in calc

see https://github.com/stylelint/stylelint/issues/3037
This commit is contained in:
Brandy Carney
2018-07-23 11:22:27 -04:00
parent 3ab1e2dc46
commit bcc164adbd

View File

@ -45,6 +45,11 @@ rules:
declaration-no-important:
- true
length-zero-no-unit:
- true
- ignore:
- custom-properties
order/order:
- custom-properties
- dollar-variables