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
CSSLint rule: unqualified-attributes
Type: n
There is no rule in stylelint that analyze attribute selectors. There is rule selector-no-attribute, but it disallow all selectors with attribute.
CSSLint rule: overqualified-elements
Type: x
Stylelint rule: selector-no-qualifying-type
Stylelint disallows all qualifying selectors. CSSLint allows qualifying selectors if elements are different. The difference is not big.
CSSLint rule:
universal-selector
Type:
y
Stylelint rule:
selector-no-universal: true
CSSLint rule:
unqualified-attributes
Type:
n
There is no rule in stylelint that analyze attribute selectors. There is rule
selector-no-attribute
, but it disallow all selectors with attribute.CSSLint rule:
zero-units
Type:
y
Stylelint rule:
length-zero-no-unit: true
CSSLint rule:
overqualified-elements
Type:
x
Stylelint rule:
selector-no-qualifying-type
Stylelint disallows all qualifying selectors. CSSLint allows qualifying selectors if elements are different. The difference is not big.
CSSLint rule:
shorthand
Type:
n
CSSLint rule:
duplicate-background-images
Type:
n
There is no rules in styleslint that analyze urls at all.
The text was updated successfully, but these errors were encountered: