Stylelint config for Bootstrap
Перейти к файлу
dependabot[bot] 38a5466d9e
Bump stylelint-config-recess-order from 4.4.0 to 4.6.0 (#245)
Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v4.4.0...v4.6.0)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 17:03:04 +02:00
.github
.editorconfig
.eslintrc.json
.gitattributes
.gitignore
LICENSE
README.md
index.js
package-lock.json Bump stylelint-config-recess-order from 4.4.0 to 4.6.0 (#245) 2024-03-01 17:03:04 +02:00
package.json Bump stylelint-config-recess-order from 4.4.0 to 4.6.0 (#245) 2024-03-01 17:03:04 +02:00

README.md

stylelint-config-twbs-bootstrap npm version CI Status

An opinionated Stylelint config used by Bootstrap across our projects.

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 in your Stylelint config:

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

To see the included rules, please check index.js.

License

Released under the MIT License.