We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated syntages for rgb/rgba:
<dfn>rgb()</dfn> = rgb( <<rgb-component>>{3} [ / <<alpha-value>> ]? ) | rgb( <<rgb-component>>#{3} , <<alpha-value>>? ) <dfn>rgba()</dfn> = rgba( <<rgb-component>>{3} [ / <<alpha-value>> ]? ) | rgba( <<rgb-component>>#{3} , <<alpha-value>>? )
similar for hsl/hsla:
<dfn>hsl()</dfn> = hsl( <<hue>> <<percentage>> <<percentage>> [ / <<alpha-value>> ]? ) | hsl( <<hue>>, <<percentage>>, <<percentage>>, <<alpha-value>>? ) <dfn>hsla()</dfn> = hsla( <<hue>> <<percentage>> <<percentage>> [ / <<alpha-value>> ]? ) | hsla( <<hue>>, <<percentage>>, <<percentage>>, <<alpha-value>>? )
Also worth noting: ''hsl()'' and ''hsla()'' functions now accept <<angle>> as well as <<number>> for hues
''hsl()'' and ''hsla()'' functions now accept <<angle>> as well as <<number>> for hues
See w3c/csswg-drafts@a54f8b2
The text was updated successfully, but these errors were encountered:
Related:
Sorry, something went wrong.
How about the new 8-Digit Hexadecimal color syntax? https://css-tricks.com/8-digit-hex-codes/
Should that be a separate issue?
@jpdevries: #36
@jpdevries See my comment in #36 and please join the discussion if you have any input
No branches or pull requests
Updated syntages for rgb/rgba:
similar for hsl/hsla:
Also worth noting:
''hsl()'' and ''hsla()'' functions now accept <<angle>> as well as <<number>> for hues
See w3c/csswg-drafts@a54f8b2
The text was updated successfully, but these errors were encountered: