0.3.1 • Published 4 years ago

@interfacesdev/stylelint-config-scss v0.3.1

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

stylelint-config-scss

The interfaces team shareable SCSS config for stylelint.

Installation

Install stylelint, stylelint-scss and stylelint-order:

npm install stylelint stylelint-scss stylelint-order --save-dev

Install the config:

npm install @interfacesdev/stylelint-config-scss --save-dev

Usage

Set your stylelint config to:

{
  "extends": "@interfacesdev/stylelint-config-scss"
}

Changelog