Earlier quoted context omitted.
hah, reminds me of http://www.csszengarden.com but simpler.
I would like these themes to go beyond a simple article view. We have tags like , , , , and now. Should be possible to build a complete app-shell with classless CSS.
New.css – A classless CSS framework to write modern websites using only HTML
161–170 of 192 posts
Re: New.css – A classless CSS framework to write modern websites using only HTML
#162This 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/
Re: New.css – A classless CSS framework to write modern websites using only HTML
#163Hey sorry I’m not in the know, but what’s wrong with classes and styling?
Nothing, but a lot of the web dev community feels like we've gone overboard in terms of bloated CSS frameworks and this is what I perceive to be a reversion back to the basic ability to style a document without much need for writing and learning CSS or the frameworks themselves.
I think this sort of thing looks cool, though picnic.css (https://picnicss.com/tests) -- from another comment seems more my flavor.
Might be a good way to focus on the functionality, maybe use it w/ tailwinds for extra styles where needed, and launch faster make some $$ hire a person to do the design stuff I hate to do in an actual framework or something and launch a prettier v2.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#164Earlier quoted context omitted.
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.
It's a tricky problem. I've been battling with it on MVP.css ( https://andybrewer.github.io/mvp/ ) but I think I found a good solution for responsive tables with some help from the community.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#165Earlier quoted context omitted.
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.
It's a tricky problem. I've been battling with it on MVP.css ( https://andybrewer.github.io/mvp/ ) but I think I found a good solution for responsive tables with some help from the community.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#166This 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/
Re: New.css – A classless CSS framework to write modern websites using only HTML
#167I love the terminal theme. I've been trying to do something that looks like an older terminal for a configuration page, and this version almost does it. Why almost ? The theme totally screws up wide tables. They bleed off the edge of the page, and there's no vertical scrollbar. Furthermore, widening the page just moves everything, including the table, to the right. The only way to see a wide table is to have a giant…
Re: New.css – A classless CSS framework to write modern websites using only HTML
#168Are people reminiscing the simplicity of just HTML & CSS again?
Re: New.css – A classless CSS framework to write modern websites using only HTML
#169Earlier quoted context omitted.
Pity I cannot just receive vanilla mark up and pick a client side theme.
I doubt it would work well but you could put a theme in user.css (on Firefox) and block all .css files (with uBlock, say). Not sure if uBlock will block tags, but I think it can.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#170Earlier quoted context omitted.
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