This package has been deprecated

Author message:

Please use `stylelint-config-twbs-bootstrap`

stylelint-config-bootstrap

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-bootstrap

Weekly Downloads

187

Version

0.2.0

License

MIT

Unpacked Size

11.5 kB

Total Files

5

Last publish

Collaborators

  • bootstrap-admin
  • mdo
  • xhmikosr