Replies: 2 comments 2 replies
This comment was marked as spam.
This comment was marked as spam.
-
This has crossed my mind a few times as well - reusing namespaces globally with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a CSS config and I'd like to reuse specific colors for groups of properties. In JS this would be pretty trivial:
However, in CSS, this gets really tedious and prone to little typos that are hard to notice.
Is there a way we can reuse groups of properties? Something along the lines of:
Beta Was this translation helpful? Give feedback.
All reactions