1.0.0 • Published 2 years ago

sass-stylelint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@webperformance/sass-stylelint-config

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

My configs for Stylelint. Uses rules from:

Install

Via npm:

npm i @webperformance/sass-stylelint-config -D

Via yarn:

yarn add @webperformance/sass-stylelint-config -D

Usage

Set your stylelint config to:

{
"extends": "@webperformance/sass-stylelint-config"
}

More details how to extend

1.0.0

2 years ago