-
Notifications
You must be signed in to change notification settings - Fork 528
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
Add rule: Color Keyword #102
Conversation
…color-keyword # Conflicts: # tests/main.js
Need to add |
Any others? I scoured around for a definitive list.. |
Only spotted that one! Though I don't know them all off by heart. The list is probably good, |
…color-keyword # Conflicts: # tests/main.js
Sorted, I think it is the only one missing I double checked all the usual resources.. easier to check without the whitespace changes.. |
Looking good! |
Add rule: Color Keyword
Rule
color-keyword
enforces the use of hexadecimal colour values instead of CSS colour literals.A warning message will display to tell you which colour literal needs replacing and it will also display the correct hexadecimal value.
closes #101
DCO 1.1 Signed-off-by: Dan Purdy [email protected]