I'm using a bunch of the awesome CSS features but getting a problem with color function:
The color function works in Chromium but lightness function doesn't. Instead of using the compiled color, the browser uses the "modern" one which is interpreted it as transparent.
How to remove the source (including color calls, custom props etc) from resulting file?
I'm using a bunch of the awesome CSS features but getting a problem with
color
function:The
color
function works in Chromium butlightness
function doesn't. Instead of using the compiled color, the browser uses the "modern" one which is interpreted it as transparent.How to remove the source (including
color
calls, custom props etc) from resulting file?