You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argumentsInColorFunction = "error" # Invalid number of parameters
83
+
boxModel = "ignore" # Do not use width or height when using padding or border
84
+
compatibleVendorPrefixes = "ignore" # When using a vendor-specific prefix make sure to also include all other vendor-specific properties"
85
+
duplicateProperties = "warning" # Do not use duplicate style definitions
86
+
emptyRules = "warning" # Do not use empty rulesets
87
+
float = "ignore" # Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.
88
+
fontFaceProperties = "warning" # @font-face rule must define 'src' and 'font-family' properties
89
+
hexColorLength = "error" # Hex colors must consist of three, four, six or eight hex numbers
90
+
idSelector = "ignore" # Selectors should not contain IDs because these rules are too tightly coupled with the HTML.
91
+
ieHack = "ignore" # IE hacks are only necessary when supporting IE7 and older
92
+
important = "ignore" # Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.
93
+
importStatement = "ignore" # Import statements do not load in parallel
94
+
propertyIgnoredDueToDisplay = "warning" # Property is ignored due to the display
95
+
universalSelector = "ignore" # The universal selector (*) is known to be slow
96
+
unknownAtRules = "warning" # Unknown at-rule
97
+
unknownProperties = "warning" # Unknown property.
98
+
validProperties = [ ] # add some properties that the linter doesn't know about
99
+
unknownVendorSpecificProperties = "ignore" # Unknown vendor specific property.
100
+
vendorPrefix = "warning" # When using a vendor-specific prefix also include the standard property
argumentsInColorFunction = "error" # Invalid number of parameters
123
+
boxModel = "ignore" # Do not use width or height when using padding or border
124
+
compatibleVendorPrefixes = "ignore" # When using a vendor-specific prefix make sure to also include all other vendor-specific properties"
125
+
duplicateProperties = "warning" # Do not use duplicate style definitions
126
+
emptyRules = "warning" # Do not use empty rulesets
127
+
float = "ignore" # Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.
128
+
fontFaceProperties = "warning" # @font-face rule must define 'src' and 'font-family' properties
129
+
hexColorLength = "error" # Hex colors must consist of three, four, six or eight hex numbers
130
+
idSelector = "ignore" # Selectors should not contain IDs because these rules are too tightly coupled with the HTML.
131
+
ieHack = "ignore" # IE hacks are only necessary when supporting IE7 and older
132
+
important = "ignore" # Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.
133
+
importStatement = "ignore" # Import statements do not load in parallel
134
+
propertyIgnoredDueToDisplay = "warning" # Property is ignored due to the display
135
+
universalSelector = "ignore" # The universal selector (*) is known to be slow
136
+
unknownAtRules = "warning" # Unknown at-rule
137
+
unknownProperties = "warning" # Unknown property.
138
+
validProperties = [ ] # add some properties that the linter doesn't know about
139
+
unknownVendorSpecificProperties = "ignore" # Unknown vendor specific property.
140
+
vendorPrefix = "warning" # When using a vendor-specific prefix also include the standard property
argumentsInColorFunction = "error" # Invalid number of parameters
160
+
boxModel = "ignore" # Do not use width or height when using padding or border
161
+
compatibleVendorPrefixes = "ignore" # When using a vendor-specific prefix make sure to also include all other vendor-specific properties"
162
+
duplicateProperties = "warning" # Do not use duplicate style definitions
163
+
emptyRules = "warning" # Do not use empty rulesets
164
+
float = "ignore" # Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.
165
+
fontFaceProperties = "warning" # @font-face rule must define 'src' and 'font-family' properties
166
+
hexColorLength = "error" # Hex colors must consist of three, four, six or eight hex numbers
167
+
idSelector = "ignore" # Selectors should not contain IDs because these rules are too tightly coupled with the HTML.
168
+
ieHack = "ignore" # IE hacks are only necessary when supporting IE7 and older
169
+
important = "ignore" # Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.
170
+
importStatement = "ignore" # Import statements do not load in parallel
171
+
propertyIgnoredDueToDisplay = "warning" # Property is ignored due to the display
172
+
universalSelector = "ignore" # The universal selector (*) is known to be slow
173
+
unknownAtRules = "warning" # Unknown at-rule
174
+
unknownProperties = "warning" # Unknown property.
175
+
validProperties = [ ] # add some properties that the linter doesn't know about
176
+
unknownVendorSpecificProperties = "ignore" # Unknown vendor specific property.
177
+
vendorPrefix = "warning" # When using a vendor-specific prefix also include the standard property
0 commit comments