0.1.3 • Published 3 years ago

stylelint-config-gstrix v0.1.3

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

stylelint-config-gstrix

npm version npm license

Default stylelint config used by Bootstrap.

Installation

npm install stylelint-config-gstrix --save-dev
# Or with yarn:
yarn add stylelint-config-gstrix --dev

Usage

We provide a config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:

CSS

{
  "extends": "stylelint-config-gstrix"
}

SCSS

{
  "extends": "stylelint-config-gstrix/scss"
}
0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago