stylelint-config-twbs-bootstrap

Default stylelint config used by Bootstrap.

Usage no npm install needed!

<script type="module">
  import stylelintConfigTwbsBootstrap from 'https://cdn.skypack.dev/stylelint-config-twbs-bootstrap';
</script>

README

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