1.0.3 • Published 22 days ago

stylelint-config-sweet v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

stylelint-config-sweet

latest version on npm npm downloads a month stylelint peer dependency package license

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