File tree 2 files changed +28
-8
lines changed
2 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,24 @@ options:
15
15
files :
16
16
include : ' scss/**/*.s+(a|c)ss'
17
17
ignore :
18
- - ' sass/vendor/**/*.* '
18
+ - ' sass/layout/docs_code.scss '
19
19
# Rule Configuration
20
20
rules :
21
+ max-depth : 2
21
22
extends-before-mixins : 2
22
23
extends-before-declarations : 2
23
24
placeholder-in-extend : 2
24
25
mixins-before-declarations :
25
- - 2
26
+ - 0
26
27
-
27
28
exclude :
28
29
- breakpoint
29
30
- mq
30
31
31
32
no-warn : 1
32
33
no-debug : 1
33
- no-ids : 2
34
- no-important : 2
34
+ no-ids : 1
35
+ no-important : 1
35
36
hex-notation :
36
37
- 2
37
38
-
@@ -46,15 +47,33 @@ rules:
46
47
order :
47
48
- content
48
49
- display
50
+ - flex-direction
51
+ - align-items
52
+ - justify-content
53
+ - overflow
54
+ - overflow-x
55
+ - overflow-y
49
56
- margin
57
+ - margin-top
58
+ - margin-right
59
+ - margin-bottom
60
+ - margin-left
50
61
- padding
62
+ - padding-top
63
+ - padding-right
64
+ - padding-bottom
65
+ - padding-left
66
+ - min-width
51
67
- width
68
+ - min-height
52
69
- height
70
+ - vertical-align
53
71
- white-space
54
72
- font
55
73
- font-style
56
74
- font-size
57
75
- font-weight
76
+ - text-align
58
77
- text-transform
59
78
- font-decoration
60
79
- color
64
83
- border-radius
65
84
ignore-custom-properties : true
66
85
variable-for-property :
67
- - 2
86
+ - 0
68
87
-
69
88
properties :
70
89
- margin
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ table {
83
83
* @license
84
84
* Dual licensed under the MIT and GPL licenses.
85
85
*/
86
+ // sasslint:disable-all
86
87
.syntaxhighlighter a ,
87
88
.syntaxhighlighter div ,
88
89
.syntaxhighlighter code ,
@@ -93,9 +94,7 @@ table {
93
94
.syntaxhighlighter table thead ,
94
95
.syntaxhighlighter table caption ,
95
96
.syntaxhighlighter textarea {
96
- -moz-border-radius : 0 0 0 0 !important ;
97
- -webkit-border-radius : 0 0 0 0 !important ;
98
- background : none !important ;
97
+ background : none !important ;
99
98
border : 0 !important ;
100
99
bottom : auto !important ;
101
100
float : none !important ;
@@ -119,6 +118,7 @@ table {
119
118
font-size : 1em !important ;
120
119
min-height : inherit !important ;
121
120
min-height : auto !important ;
121
+ border-radius : 0 !important ;
122
122
}
123
123
124
124
.syntaxhighlighter {
@@ -395,3 +395,4 @@ table {
395
395
.syntaxhighlighter .keyword {
396
396
font-weight : bold !important ;
397
397
}
398
+ // sass-lint:enable-all
You can’t perform that action at this time.
0 commit comments