morris / vanilla-prime

A simpler, more sustainable way of web development
https://morris.github.io/vanilla-prime
ISC License
198 stars 3 forks source link

Remove SCSS - CSS can do mostly everything now #1

Open dflock opened 2 weeks ago

dflock commented 2 weeks ago

CSS now supports most of the best bits of SCSS - variables, nesting, etc... SASS still has mixins and functions, but modern CSS is extremely capable and I find the I've stopped using SASS in my projects, because its not really needed and not worth the extra dev setup complexity.

morris commented 2 weeks ago

I included it because I only see upsides and little downside, as it's strictly a build time dependency. Would you mind opening a PR so that we can see the diff?