radix-ui / colors

A gorgeous, accessible color system.
https://www.radix-ui.com/colors
MIT License
1.37k stars 62 forks source link

✨ Feature Request: Add script for building scss/sass modules #18

Open chtushar opened 2 years ago

chtushar commented 2 years ago

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 😊

colmtuite commented 2 years ago

Any thoughts on this @vladmoroz @peduarte?