DEV Community

Discussion on: What tech have you used in the last few weeks?

Collapse
 
adrianbdesigns profile image
Adrian Bece

PostCSS is amazing. I would recommend using the following plugins:

postcss-preset-env (Basically, Babel for CSS)
cssnano (CSS minifier and optimizer)
postcss-simple-vars (If you prefer using SASS-style variables)
postcss-mixins (Mixins in PostCSS)
postcss-nesting (also supported in postcss-preset-env, so you can skip this if you have postcss-preset-env)
lost (awesome grid plugin)

Thread Thread
 
dechamp profile image
DeChamp

it's funny, i've used this and didn't realize that was what it was. ha ha. Very cool