Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.stylelintrc - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3917943368c642aecc798fe2aa2c66446af5e0b4 (plain)
1
2
3
4
5
6
7
8
{
  "extends": [
    "stylelint-config-twbs-bootstrap/scss"
  ],
  "rules": {
    "scss/selector-no-union-class-name": true
  }
}