diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-07 12:22:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-04-07 12:22:19 +0000 |
commit | 4ec9afcefb2b7817a7a733e1bc9777a29c350ba4 (patch) | |
tree | 85313cb1a727ca829d93bb09299af26a4c247c54 /.stylelintrc.json | |
parent | Adding upstream version 1.10.3+dfsg. (diff) | |
download | bootstrap-icons-4ec9afcefb2b7817a7a733e1bc9777a29c350ba4.tar.xz bootstrap-icons-4ec9afcefb2b7817a7a733e1bc9777a29c350ba4.zip |
Adding upstream version 1.10.4+dfsg.upstream/1.10.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..0be1b29 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,15 @@ +{ + "extends": [ + "stylelint-config-twbs-bootstrap" + ], + "reportInvalidScopeDisables": true, + "reportNeedlessDisables": true, + "overrides": [ + { + "files": "**/*.scss", + "rules": { + "scss/selector-no-union-class-name": true + } + } + ] +} |