css-color-parser-js
css-color-parser-js copied to clipboard
JavaScript parser for CSS color strings
Results
2
css-color-parser-js issues
Sort by
recently updated
recently updated
newest added
Hi there. I saw README in npm. All samples are not readable so this PR helps to readability 
Add parsing for the `#rgba` and `#rrggbbaa` notations. These notations are specified in the CSS Color Module Level 4 specs (https://drafts.csswg.org/css-color/#hex-notation) , and supported by current browsers as per Chrome...