Last updated
Was this helpful?
Last updated
Was this helpful?
A JSON Object of css color names mapped to their hex value
yields
In the Makefile you'll see a line like this:
The first command scrapes a site for the list, and outputs the results separated by newlines. The second command creates the JSON object and outputs it to stdout, which then gets redirected into css-color-names.json
MIT