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

Error give shitty color (0,0,0) #1

Closed
MoOx opened this issue Aug 22, 2014 · 2 comments
Closed

Error give shitty color (0,0,0) #1

MoOx opened this issue Aug 22, 2014 · 2 comments

Comments

@MoOx
Copy link
Contributor

MoOx commented Aug 22, 2014

a { color: color(color(red a(+10%)));}
a { color: color(color(rebeccapurple a(-10%)) a(-10%)); }

give

a { color: rgb(0, 0, 0);}
a { color: rgba(0, 0, 0, 0.9); }

Should make a warning & change nothing

@MoOx
Copy link
Contributor Author

MoOx commented Aug 25, 2014

Will be fixed by ianstormtaylor/css-color-function#8

@MoOx
Copy link
Contributor Author

MoOx commented Aug 27, 2014

It's now ok.

@MoOx MoOx closed this as completed Aug 27, 2014
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

1 participant