Package Exports
- stylelint-config-twbs-bootstrap
- stylelint-config-twbs-bootstrap/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stylelint-config-twbs-bootstrap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 --devUsage
We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in .scss. You simply have to extend this config:
{
"extends": "stylelint-config-twbs-bootstrap"
}