1
0
Fork 0
bootstrap-icons/.stylelintrc
Daniel Baumann dafef1aa3b
Adding upstream version 1.9.1+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:10:40 +01:00

8 lines
125 B
Text

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