|
|
|
|
|
by nailer
1892 days ago
|
|
You mention the issue being solved is having standard dimensions. We’ve been doing this in CSS for quite some time using variables. This didn’t require adding a fairly leaky and thin abstraction on top of CSS and adding thousands of copy pasted singleton styles to our projects. |
|
And CSS variables are great but way more verbose and still require you to come up with "semantic" names for everything.