Hacker News new | ask | show | jobs
by ambigious7777 867 days ago
water.css[0] and pico.css[1] are some of my favorite classless css libraries.

There's a full list of them here: https://github.com/dbohdan/classless-css

[0]: https://watercss.kognise.dev/ [1]: https://picocss.com/

9 comments

I love Pico and wanted to point out there's very active development for a soon to be released v2: https://v2.picocss.com/
Pico with bootstrap's grid system would be a dream.
You don't need a grid system now that CSS Grid exists.
The responsiveness of bootstrap's grid is something that css doesn't have. With a few classes I can make the same site for mobile and ultra wide screen.
You'd do it with media queries and make different grids for different screen sizes. If anything it's more flexible than bootstrap because you can change element order as well.
https://getbootstrap.com/docs/5.3/layout/columns/#reordering

Bootstrap grid system is super complete, and probably better coded that anything I can make. Its also available as a standalone module, so the size is pretty small. I just wanted it integrated to PicoCSS because I'm lazy.

Water is great.

Simple.css is another one I like. Also super simple to customize.

https://simplecss.org/

Water looks nice, I've not used that before.

I usually use https://classless.de because it supports theming, so I can add the bare minimum CSS to make it feel like a different site to another of my sites using it.

oh this one is really good
I've tried a few of these 'classless CSS'. But I mostly end up with 'water.css'. It gives me the least amount of surprises.
I love the bookmarklet from water.css, it allows you to turn lots of websites into something more readable.
Oh! I want aware of that! Thanks, have to look into it
Vote for mvp.css [0] here.

[0] https://andybrewer.github.io/mvp/

This is very helpful!

I've been looking for a tiny classless CSS framework to go with petite-vue in a build-step-free app for a microcontroller project.

water.css looks a good candidate already but there are some others to investigate there.

I suggest checking out milligram.io, I enjoyed using it a lot!