You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using @radix-ui/colors for a while now. Recently, working on a small project I noticed there isn't any scss/sass modules exported from the library. I understand that we can directly use css variables in sass files. But, it is always better if we are able to use $blue7 instead of var(--blue7).
I would love to work on this feature creating a PR for the same.
Thank-you 😊
The text was updated successfully, but these errors were encountered:
I've been using
@radix-ui/colors
for a while now. Recently, working on a small project I noticed there isn't any scss/sass modules exported from the library. I understand that we can directly use css variables in sass files. But, it is always better if we are able to use$blue7
instead ofvar(--blue7)
.I would love to work on this feature creating a PR for the same.
Thank-you 😊
The text was updated successfully, but these errors were encountered: