pls
This commit is contained in:
parent
d71b9b9f1d
commit
324e8636a7
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,11 @@ jobs:
|
|||
"declaration-block-no-shorthand-property-overrides": null,
|
||||
"font-family-no-duplicate-names": null,
|
||||
"selector-class-pattern": null,
|
||||
"keyframes-name-pattern": null
|
||||
"selector-id-pattern": null,
|
||||
"keyframes-name-pattern": null,
|
||||
"declaration-block-single-line-max-declarations": null,
|
||||
"property-no-unknown": null,
|
||||
"declaration-property-value-no-unknown": null
|
||||
}
|
||||
}' > .stylelintrc.json
|
||||
stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input
|
||||
|
|
|
|||
Loading…
Reference in a new issue