1
0
Fork 0
bootstrap-icons/.stylelintrc.json

16 lines
270 B
JSON
Raw Permalink Normal View History

{
"extends": [
"stylelint-config-twbs-bootstrap"
],
"reportInvalidScopeDisables": true,
"reportNeedlessDisables": true,
"overrides": [
{
"files": "**/*.scss",
"rules": {
"scss/selector-no-union-class-name": true
}
}
]
}