Looking for a SASS-Friendly UI Library

0
0
Asked By CuriousCoder42 On

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

Answered By WebWizard24 On

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!

SASSfanatic22 -

Sounds interesting! I like the idea of having standalone styles. I might check it out.

Answered By PicoLover88 On

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.

Answered By SASSmaster186 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.

Answered By SkepticalDev77 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.