Skip to content

Commit 8592d26

Browse files
committed
Upgrade stylelint and other deps
1 parent c6c6c64 commit 8592d26

File tree

3 files changed

+2183
-4607
lines changed

3 files changed

+2183
-4607
lines changed

.stylelintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"extends": ["stylelint-config-twbs-bootstrap/scss"],
2+
"extends": ["stylelint-config-twbs-bootstrap"],
33
"rules": {
44
"block-no-empty": null,
55
"selector-class-pattern": null,
66
"selector-max-id": null,
77
"selector-no-qualifying-type": null,
8-
declaration-no-important
8+
"declaration-no-important": null
99
}
1010
}

0 commit comments

Comments
 (0)