Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSSLint + Stylelint (checking rules) #669

Closed
yepninja opened this issue Jul 25, 2016 · 2 comments
Closed

CSSLint + Stylelint (checking rules) #669

yepninja opened this issue Jul 25, 2016 · 2 comments

Comments

@yepninja
Copy link

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.

@ai
Copy link

ai commented Jul 26, 2016

@alanev why you created spearated issue? :) post it to previous one.

@yepninja
Copy link
Author

No problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants