1
0
Fork 0
bootstrap-icons/.stylelintrc

9 lines
125 B
Text
Raw Permalink Normal View History

{
"extends": [
"stylelint-config-twbs-bootstrap"
],
"rules": {
"scss/selector-no-union-class-name": true
}
}