bocoup / webpack-workshop

Other
6 stars 2 forks source link

Consider using SASS instead of Stylus #63

Open kadamwhite opened 7 years ago

kadamwhite commented 7 years ago

I still prefer Stylus, and SASS requires more compiled module dependencies IIRC, but SASS still seems to have more web developer mindshare and it might be more productive to teach that directly.

kadamwhite commented 7 years ago

We could also specifically address concerns about duplicated CSS rules when building a bundle, e.g. "if I import this mixin from these two different component modules will I have duplicate CSS in my build or not" -- may require diving in to CSS Modules too though, which could be overkill.