We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
6.11.1
5.3.0
1.2.2
This issue is regarding a problem with:
For example:
color: #000000ff;
Word.isColor should be true.
Word.isColor
true
Word.isColor is false.
false
Run the parser on a RGBA hex color, for example the one above.
This should be a simple extension of the current isColor regex, to allow for colors with 8 chars. I'd be happy to do it.
isColor
The text was updated successfully, but these errors were encountered:
🍺 https://github.com/shellscape/postcss-values-parser/blob/master/lib/parser.js#L466
Sorry, something went wrong.
ac30311
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
6.11.1
5.3.0
1.2.2
This issue is regarding a problem with:
For example:
Expected Behavior
Word.isColor
should betrue
.Actual Behavior
Word.isColor
isfalse
.How can we reproduce the behavior?
Run the parser on a RGBA hex color, for example the one above.
This should be a simple extension of the current
isColor
regex, to allow for colors with 8 chars. I'd be happy to do it.The text was updated successfully, but these errors were encountered: