|
|
|
|
|
by gherkinnn
561 days ago
|
|
> I personally have no desire to go back to the days of vanilla CSS, so you need a SASS/SCSS transpiler Modern CSS is amazing. Why on earth would anyone use SCSS? It pays to look at what Vanilla can do these days. > Even a "thin" layer of JS on top requires some degree of dependency management Use modules and import away. If it is truly a thing layer, there's no need for further optimisation until far along in the product. |
|