lix-website/themes/lix/assets/bootstrap/node_modules/stylelint-config-twbs-bootstrap
2024-04-26 22:49:34 -06:00
..
css initial commit of template 2024-04-26 22:49:34 -06:00
scss initial commit of template 2024-04-26 22:49:34 -06:00
LICENSE initial commit of template 2024-04-26 22:49:34 -06:00
package.json initial commit of template 2024-04-26 22:49:34 -06:00
README.md initial commit of template 2024-04-26 22:49:34 -06:00

stylelint-config-twbs-bootstrap npm version Build Status

Default stylelint config used by Bootstrap.

Installation

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

SCSS

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