-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide tree-shakable exports? #77
Comments
I forked this repository and created my own customized version for javascript supporting . take a look . |
@morteza-jamali Thanks! Awesome, man! :) |
Hi all! I am all up for adding this feature @mikestopcontinues! Also, I usually don't care about these things but I saw you(@morteza-jamali) deleted the LICENSE in your fork and replaced it with your own (name). I spent quite a lot of time to get this working back in the day so that made me a little bit sad. 😞 |
@reimertz thank you for your mentioning about license file . I removed license file accidently and re-generated it . I review source code and fix problems . Sorry about that 🙏 |
Hi, I'd like to be able to import just the colors my site uses, but the package structure doesn't allow importing tree-shakable colors. (And it's a really big bundle!) It would be great to be able to do:
For a while, I was able to import the colors I needed directly from the json data, but after upgrading to webpack 5, it seems that options no longer available.
The text was updated successfully, but these errors were encountered: