1.0.6 • Published 4 months ago

stylelint-config-scss-favorite v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

stylelint-config-scss-favorite

This is a minimalist yet powerful SCSS configuration package, developed with the needs of modern web developers in mind.

Uses rules from:

Install

Via npm:

npm i stylelint-config-scss-favorite -D

Via yarn:

yarn add stylelint-config-scss-favorite -D

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-scss-favorite"
}

More details how to extend stylelint config