stylelint-config-bootstrapdeprecated

Default stylelint config used by Bootstrap.

Usage no npm install needed!

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

README

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