|
|
|
|
|
by iraldir
859 days ago
|
|
For personal projects, I really wish there was some sort of semantic CSS with many different implementations, which this could be one of them. What I mean is a set of rules on how to structure your HTML (like use a main element here) with some set expectations of how it will be structured on the page. Then, many different people could write different spritesheet that makes the same HTML looks widely different. I'm not just talking colour, but fonts, radius, opacity, animations, etc. etc. One stylesheet could make the HTML look barebone black and white, where another makes it look all in gradients of purple with fancy animations etc. All for the purpose of writing simple application where you don't care so much about how they look. - classes would not be used
- CSS variables would not be used
- just plain old div, H1, section etc. |
|