Stylelint config for Bootstrap
The stylelint-config-twbs-bootstrap is an opinionated Stylelint config utilized by Bootstrap in various projects.
To install the stylelint-config-twbs-bootstrap, follow these steps:
npm install stylelint-config-twbs-bootstrap
{
"extends": "stylelint-config-twbs-bootstrap"
}
The stylelint-config-twbs-bootstrap is a handy tool for maintaining consistent coding standards in projects that use Bootstrap. It offers an opinionated configuration for both CSS and SCSS files, ensuring adherence to established rules across different projects.