nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.57k stars 1.64k forks source link

Refactor/postcss #338

Open trezy opened 5 years ago

trezy commented 5 years ago

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.