MoOx / postcss-cssnext

`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
https://moox.io/blog/deprecating-cssnext/
MIT License
5.3k stars 189 forks source link

How to get rid of the source of modern CSS? #447

Closed finom closed 6 years ago

finom commented 6 years ago

I'm using a bunch of the awesome CSS features but getting a problem with color function:

image

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?

MoOx commented 6 years ago

postcss-cssnext has been deprecated in favor of postcss-preset-env. Read more at https://moox.io/blog/deprecating-cssnext/