shorthand
shorthand copied to clipboard
feat: add stylelint
Resolve: https://github.com/shorthandcss/shorthand/issues/2
I added a stylelint. Please give me your opinion!
About
- Added modules related to stylelint.
- Based on
stylelint-config-standard
.
- Based on
- Mainly formatting fixes, no major CSS changes.
-
no-descending-specificity
is disabled because CSS after output changes greatly.- It is desirable to enable it in the future.
- Run stylelint with
npm run lint