NES.css icon indicating copy to clipboard operation
NES.css copied to clipboard

Refactor/postcss

Open trezy opened this issue 5 years ago • 0 comments

Description I've converted the project to just using PostCSS, eliminating the individual usage of Autoprefixer and CleanCSS in favor of using the same libraries as PostCSS plugins. Here's the build tool conversion chart:

Original script PostCSS plugin replacement
build:sass postcss-node-sass
build:autoprefix postcss-preset-env
build:cleancss postcss-clean

Caveats Currently, external source maps aren't being generated. I'm working on figuring out why that is.

trezy avatar May 23 '19 02:05 trezy