miekd / stylelint-config-twbs-bootstrap

Stylelint config for Bootstrap

Home Page:https://getbootstrap.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 config for both CSS and SCSS. You can choose which one you would like to extend in your configuration:

CSS

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

SCSS

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

About

Stylelint config for Bootstrap

https://getbootstrap.com/

License:MIT License


Languages

Language:JavaScript 100.0%