stylelint-config-sweet
v3.0.0
Published
Stylelint extendable config for the most sweet-ass CSS and Sass. 🤙🏼
Downloads
84
Readme
stylelint-config-sweet
Stylelint extendable config for the most sweet-ass CSS and Sass. 🤙🏼
Installation
npm i stylelint-config-sweet -D
Usage
As soon as you've installed the package, you can extend from it. To do that, find your config file, and add the following line:
module.exports = {
extends: "stylelint-config-sweet"
};
How will my code look when using this?
Sweet, man. That's the point. On a more serious note though: It mostly, of course, enforces consistency, even though it may not look like it the first few moments. It will make your code feel more lightweight and nudge you towards using more modern APIs and good practices, while maintaining readability and keeping complexity down.
License
MIT