mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
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:
@ -45,6 +45,11 @@ rules:
|
|||||||
declaration-no-important:
|
declaration-no-important:
|
||||||
- true
|
- true
|
||||||
|
|
||||||
|
length-zero-no-unit:
|
||||||
|
- true
|
||||||
|
- ignore:
|
||||||
|
- custom-properties
|
||||||
|
|
||||||
order/order:
|
order/order:
|
||||||
- custom-properties
|
- custom-properties
|
||||||
- dollar-variables
|
- dollar-variables
|
||||||
|
Reference in New Issue
Block a user