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 ?

0 Likes
Maxim Dzhuliy Author

Actually, I tried TailwindCSS and it looks quite simple, probably I will use it!

0 Likes

TailwindCSS is currently the cool kid in tha house 😁

0 Likes
Maxim Dzhuliy Author

thanks! As I see, I have to check PureCSS

0 Likes
Gabe Ragland

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.

0 Likes

i had more usefull bulma than tailwindcss.

0 Likes
Krunal Shah

Tailwind or Bulma both are a great options

0 Likes
Maxim Dzhuliy Author

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 πŸ˜…

0 Likes
Wassim

My favorite: https://www.knacss.com/

0 Likes
Maxim Dzhuliy Author

documentation a bit strange there, partially English with French (or Spanish). But looks quite straight forward

0 Likes
Vicki Langer

@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.

0 Likes
Maxim Dzhuliy Author

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 😁)

0 Likes

Please sign in to leave a comment.