which to me don't look enough like buttons
Perhaps I could add some sort of 3d effect/animation on button:hover.Ideally, I'd prefer if off-white was the standard for backgrounds, and you could use bright white for highlights and more contrast in images. Or maybe 100% white should be the standard, and you have a screen that goes to 110% :-). Maybe one day when HDR screens become standard...
Shameless plug: I'm the author of a similar library, with a minimal amount of classes, but it offers more functionality (a grid, components, navigation, etc).
I like the idea of not using the same CSS framework, it seems pretty cool, and you can quickly learn about which one suits you best.
Glad to see Wing is on your list :D
I also think it helps give the creators a bit more exposure too for their work and I'm sure it is just as exciting for you to see what kind of designs people come up with using your framework.
I tend to love the "minimalistic" look of frameworks. KISS.
Shameless plug: https://github.com/websitesfortrello/classless
What is it?: It's a set of default css styles applied directly to HTML elements without needing to use classes.
Just drop in `sakura.css` to any webpage and go from ugly looking 1900's website/plain html sites to a pretty modern website in literally 0 seconds. No need to change HTML of the page.
I made this to bootstrap small websites quickly without having to add a ton of classes from the regular css frameworks.
Demo: https://oxal.org/projects/sakura/demo/ (click on "toggle" on top of the page)
we also need react components to make official HTML markup look modern without needing to add classes or wrap things with divs.
also maybe extend inputs a bit, such as have a type='slider' for example.