css-color-parser-js icon indicating copy to clipboard operation
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 ![Screen Shot 2021-02-27 at 5 27 00 PM](https://user-images.githubusercontent.com/1549069/109389257-18affb00-7921-11eb-89e4-a8247a1bdb65.png)

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...