Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 8ef5494

Browse files
committed
Build: Update .csslintrc to match current css styleguide
1 parent 24c71e2 commit 8ef5494

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.csslintrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"adjoining-classes": false,
33
"box-model": false,
4+
"box-sizing": false,
45
"compatible-vendor-prefixes": false,
56
"duplicate-background-images": false,
67
"import": false,
78
"important": false,
8-
"text-indent": false,
99
"outline-none": false,
10-
"overqualified-elements": false
10+
"overqualified-elements": false,
11+
"text-indent": false
1112
}

0 commit comments

Comments
 (0)