banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

CSS preprocessor: PostCSS, css-modules, autoprefixer #3

Closed banderson closed 9 years ago

banderson commented 9 years ago

In order to keep things flexible, I'm going to use PostCSS for this project, along with autoprefixer and css-modules instead of using Sass. I'm a Sass fan, but it appears you can accomplish most of the desired syntax plus more with PostCSS.