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

hsla units #3

Open
jacobrask opened this issue Jul 16, 2012 · 0 comments
Open

hsla units #3

jacobrask opened this issue Jul 16, 2012 · 0 comments
Assignees

Comments

@jacobrask
Copy link

The following code:

selector {
  color: hsl(0, 0%, 0%);
}

outputs

selector{color:hsl(0,0,0)}

which is invalid hsl. Oddly enough, just hsl(0, 0%, 0%) without any selector outputs the correct units.

@ghost ghost assigned wasche Jul 16, 2012
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