mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +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:
|
||||
- true
|
||||
|
||||
length-zero-no-unit:
|
||||
- true
|
||||
- ignore:
|
||||
- custom-properties
|
||||
|
||||
order/order:
|
||||
- custom-properties
|
||||
- dollar-variables
|
||||
|
Reference in New Issue
Block a user