Live data from Hacker News

New.css – A classless CSS framework to write modern websites using only HTML

newcss.net

41–50 of 192 posts

Re: New.css – A classless CSS framework to write modern websites using only HTML

#41
post #31

This Github repository tracks a whole bunch of these drop-in CSS files: https://github.com/dohliam/dropin-minimal-css And you can use this demo site to switch between them all on the fly: https://dohliam.github.io/dropin-minimal-css/

It's modern MSWord templates.

Re: New.css – A classless CSS framework to write modern websites using only HTML

#42
post #4

Checkout https://github.com/kognise/water.css I find water.css to be the prettiest of the classless bunch.

https://milligram.io/

Milligram is not class-less, it's more like a light Bootstrap.

Re: New.css – A classless CSS framework to write modern websites using only HTML

#43
post #31

This Github repository tracks a whole bunch of these drop-in CSS files: https://github.com/dohliam/dropin-minimal-css And you can use this demo site to switch between them all on the fly: https://dohliam.github.io/dropin-minimal-css/

This is really useful! Thanks for linking to it.

I also have a related repository. It is a gallery of screenshots of classless CSS themes: https://github.com/dbohdan/classless-css. I've just added a link to the drop-in CSS switcher there.

Re: New.css – A classless CSS framework to write modern websites using only HTML

#44
Author of Sakura.css [0] here linked in the article. Thanks for the link ^_^, new.css looks super great!

A bit more on "WHY" you'd want to use a classless theme:

* Quick prototyping, especially when working on backend sites and can't yet be bothered to fidget with css/html.

* Building a quick (but pretty) site/blog for your best friend or aunt!

* Works amazingly with markdown generated HTML content. So it's a perfect match when rendering markdown but don't want to customise the rendering process to include specific classes.

* Using it as a placeholder: I almost always start a project with sakura.css, just drop the link tag and you’re done. Start working on features instantly.Once I’ve built the flows/components a bit I replace it with something like tailwind! There is no friction to this workflow as sakura and sisters are all classless anyways, so you can replace it easily.

[0]: https://github.com/oxalorg/sakura

Re: New.css – A classless CSS framework to write modern websites using only HTML

#46
post #31

This Github repository tracks a whole bunch of these drop-in CSS files: https://github.com/dohliam/dropin-minimal-css And you can use this demo site to switch between them all on the fly: https://dohliam.github.io/dropin-minimal-css/

Pity I cannot just receive vanilla mark up and pick a client side theme.
Post reply on HN