Hey everyone! I'm not a fan of Tailwind or any other CSS frameworks. I really prefer working with SASS and plain CSS. I'm on the lookout for a good UI library that supports SASS. Ideally, I'm looking for something that offers a solid grid system and some nice themes. Any recommendations? Thanks!
4 Answers
For a more customizable option, you might want to try StyleMods. It's a bit different since it uses standalone styles as Sass mixins, but it's pretty flexible once you get the hang of it. If you’re like me and passionate about SASS, it might be worth looking into!
Have you thought about starting with PicoCSS? It's pretty minimalist and you can tweak it to suit your needs. It's a good foundation to build on.
You should check out CodeStitch! It's perfect for what you're looking for, plus they have a starter kit repository so you don’t have to begin from scratch. I've been using it daily and it really helps streamline my workflow. Here's the link to their kit: https://github.com/CodeStitchOfficial/Intermediate-Website-Kit-SASS.
Honestly, you could just stick to writing vanilla CSS instead of relying on a preprocessor these days. There’s not much gain in using SASS for new projects in 2025. A UI library shouldn't dictate your CSS writing style, anyway.
Sounds interesting! I like the idea of having standalone styles. I might check it out.