-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In new version of stylelint-config-standard@^20.0.0" has a rule value-keyword-case if use flag --fix then classnames fixed to lowercase in composes.
run:
npx stylelint src/**/*.css --fix
transform:
.btnDefault {
font-size: 16px;
}
.btnPrimary {
- composes: btnDefault;
+ composes: btndefault;
color: green;
}"stylelint": "^13.0.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^20.0.0",Thanks!
derekschinke and raviqqe
Metadata
Metadata
Assignees
Labels
No labels