|
|
|
|
|
by corytheboyd
2131 days ago
|
|
I’d just like to expand on this, as I think it’s a great comparison! Carefully picking tools is important, but also, don’t adopt more tools than you need to. One common example I have seen is pulling in a CSS-in-JS library to do something that SASS can easily do... when SASS is already incorporated into the build process. SASS offers a fairly complex set of features if you care to learn about them, and the module system (in development) is going to solve @import global scoping issues very elegantly. |
|