Replies: 1 comment
-
No, it does not. |
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
-
I guess it doesn't support the use of variables?
I see color where variable is defined.
but I don't see the color when I assign it to a class.
It would be nice if it can be added in the future.
:root {
--blue1 : #2e54ee;
--blue2 : rgb(158, 198, 254);
}
.sacmaBir {
color: var(--blue1);
}
Beta Was this translation helpful? Give feedback.
All reactions