Skip to content

wuilabs/stylelint-config-gstrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}