CSS Framework
I need some kind of lightweight PURE CSS Framework. Just to have some backbone for my pages. I need:
- fast (without dependencies)
- minimalistic
- NOT bootstrap or zubr
- easy to jump in
I'm not good at frontend and design, so it should make me more productive.
Any suggest?
Maybe TailwindCSS + PurgeCSS ?
Actually, I tried TailwindCSS and it looks quite simple, probably I will use it!
If you're not good at front-end then check out Bulma. I use it for most of my projects. Feels like a lighter Bootstrap with better default styling. Tailwind is pretty low-level, as you'd be building up your UI from lots of classes like bg-white mx-auto max-w-sm
, so great if you want lots of control, not so great if you want a bunch of common things like navbars, cards, etc out of the box.
I will use for the first project Tailwind and then Bulma will see which is better. However, right now Tailwind looks awesome I did a lot of stuff without adding a single line of CSS. It makes me happy π
My favorite: https://www.knacss.com/
documentation a bit strange there, partially English with French (or Spanish). But looks quite straight forward
@dzumax, I will forever be thankful for your question. I've added this page to my bookmarks. There are so many great suggestions. I am so sick of dealing with the dependencies in bootstrap and it's just not worth it, for me.
Wow! That's so cool! You have to try Tailwind, it's completely awesome. Just include one file and you don't need to write CSS more (for now in my case π)
Please sign in to leave a comment.