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

CSS replace hex with color name if it's shorter #5

Open
xem opened this issue Oct 16, 2016 · 1 comment
Open

CSS replace hex with color name if it's shorter #5

xem opened this issue Oct 16, 2016 · 1 comment

Comments

@xem
Copy link
Owner

xem commented Oct 16, 2016

ex #c0c0c0 => silver

@tomhodgins
Copy link

.beige {
  color: #f5f5bc;
}

you can replace #f5f5bc with beige

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