UNPKG

@sequencemedia/css-purge

Version:

A CSS tool written in Node JS as a command line app or library for the purging, burning, reducing, shortening, compressing, cleaning, trimming and formatting of duplicate, extra, excess or bloated CSS.

36 lines (35 loc) 672 B
{ "aqua": "#0ff", "#00ffff": "#0ff", "black": "#000", "#000000": "#000", "blue": "#00f", "#0000ff": "#00f", "fuchsia": "#f0f", "#ff00ff": "#f0f", "grey": "grey", "green": "green", "#808080": "grey", "#008000": "green", "lime": "#0f0", "#00ff00": "#0f0", "#800000": "maroon", "#000080": "navy", "#808000": "olive", "#800080": "purple", "#ff0000": "red", "maroon": "maroon", "navy": "navy", "olive": "olive", "purple": "purple", "red": "red", "#f00": "red", "silver": "silver", "teal": "teal", "#c0c0c0": "silver", "#008080": "teal", "white": "#fff", "#ffffff": "#fff", "yellow": "#ff0", "#ffff00": "#ff0" }