Live data from Hacker News

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

newcss.net

91–100 of 192 posts

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

#91
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 a shame how few of these prevent horizontal scroll on mobile. Usually the table and/or video are not probably handled. My take away from this: Simple does not mean easy; check edge cases.

As someone who constantly runs into mobile pages with poorly fitting content yet are still scroll-limited, I see this as a welcome feature.

Most mobile browsers seem to lock the scroll direction while moving anyway, so atleast it isn't sloppy in practice, imho

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

#92
Hey everyone, developer of new.css here. I've gotten a lot of valuable feedback from everyone today! But I get it, new.css is very basic, and it's not the traditional definition of a framework.

Please keep leaving your constructive feedback. I'm excited to keep making new.css something for everyone to enjoy.

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

#93
post #55
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/

That's excellent. It would be funny if that 'LaTeX CSS' moved all images to the end of the web page..

With references, of course. ;-)

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

#94

I don't understand the claims re: font loading. > Vercel's impossibly fast CDN delivers new.css and the font Inter using xz/fonts, so there's virtually no bloat added to your pages. It's 300kb of font downloads, hardly light. And the xz/fonts page says: >Break your users from unethical tracking networks I'm still making a request to a 3rd party CDN with an origin header that says what page I'm looking at, so I'm not…

You can always set a referrer-policy HTTP header on the origin site to prevent the CDN from getting the path (or even the domain) of the web page. They’d still see user IP address but on its own that’s not very useful.
Post reply on HN