Live data from Hacker News

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

newcss.net

11–20 of 192 posts

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

#16

This seems like a decent boilerplate+extras but line 1 is importing a custom font. Why? Unnecessarily opinionated and against the "lightweight" aims of this library (not knocking Inter btw - it's awesome).

There is a lite version (which I think does not import the font)

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

#18
It might be just me but I can't look at websites with black backgrounds and white or yellow letters. My eyes hurt and when I turn my head elsewhere I can see shadows of the website for a bit. I use dark(ish) themes everywhere but such high contrast somehow is too much.

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

#20
This looks to be using the new css variables (well, new to me - I was checking on the state of the art in css just recently). I was looking into how you can do components now and this stuff looks pretty interesting, though styling of nested components using these techniques looked a little...hairy. Has anyone used these in anger?

https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_c...

Post reply on HN