Shareable Stylelint config and best practice for CSS.
pnpm add --save-dev @logux/stylelint-config stylelint
Add this config to package.json
or other Stylelint config files.
"stylelint": {
"extends": "@logux/stylelint-config"
}
Shareable Stylelint config and best practice for CSS.
pnpm add --save-dev @logux/stylelint-config stylelint
Add this config to package.json
or other Stylelint config files.
"stylelint": {
"extends": "@logux/stylelint-config"
}