0.2.0 • Published 5 years ago

stylelint-config-bootstrap v0.2.0

Weekly downloads
75
License
MIT
Repository
github
Last release
5 years ago

stylelint-config-bootstrap

Default stylelint config used by Bootstrap.

Installation

npm install stylelint-config-bootstrap --save-dev
# Or with yarn:
yarn add stylelint-config-bootstrap --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-bootstrap/css"
}

SCSS

{
  "extends": "stylelint-config-bootstrap/scss"
}