tj / frontend-boilerplate

webpack-react-redux-babel-autoprefixer-hmr-postcss-css-modules-rucksack-boilerplate (unmaintained, I don't use it anymore)
2.93k stars 268 forks source link

Update postcss-modules version #56

Closed madyankin closed 8 years ago

mikaa123 commented 8 years ago

Do we directly use postcss-modules ? I thought CSS Modules were provided throught the css-loader's modules attribute.

madyankin commented 8 years ago

@mikaa123 postcss-modules are created primarly for server-side and webpackless usage.

tj commented 8 years ago

I thought I had it in there, now I'm confused by webpack's config again hahaha

tj commented 8 years ago

yea I don't see it, might be fine to remove?

mikaa123 commented 8 years ago

@tj yup, removing it wouldn't impact the stack :) However, it would be good to use if you intend to make the stack isomorphic

tj commented 8 years ago

nah I don't, I'll remove it, must have been a left-over dep