criticalCSS icon indicating copy to clipboard operation
criticalCSS copied to clipboard

Hex colours are rewritten as RBG colours

Open catherinek opened this issue 8 years ago • 0 comments

article { background-color: #fff; }

becomes

article{ background-color: rgb(255, 255, 255); }

Can it be added as an option to retain the HEX values?

catherinek avatar Nov 10 '16 01:11 catherinek