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