forked from lix-project/lix-website
837 B
837 B
stylelint-config-twbs-bootstrap
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"
}