Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 708 Bytes

File metadata and controls

18 lines (12 loc) · 708 Bytes

eject-cssnext

Removing postcss-cssnext dependencies and install only used each plugins contained in postcss-cssnext.

Motivation

I think postcss-cssnext is DON'T USE.

It has some reasons:

  • cssnext contains many PostCSS plugins
    • Don't know affected range when updated cssnext
    • node_modules bloated
    • Contains plugin hardly used
  • I think not applicable to Do one thing, and do it well in PostCSS Plugin Guidelines
  • Some PostCSS plugin behaves differently specs

Unfortunately postcss-cssnext has already used, this tool help remove dependency of postcss-cssnext.