-
Notifications
You must be signed in to change notification settings - Fork 33
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
Gorko refactored to support @use and @forward #34
base: main
Are you sure you want to change the base?
Conversation
Update dependencies
Update dependencies
Update dependencies
Update gorko.scss and partials
Update dependencies
Update dependencies
Thank you for your work, I am in the same shoe, as I wanted to use this with my current project. Is there a way to merge this in the original repo? Or just download from your repo? I suppose you have the updated version. |
Thanks, if you want to fork my repo its at - https://github.com/woodcox/gorko. I'm not planning to maintain it as I have moved on to a simple sass set up which leans into native css much more. |
I also experimented with your repo for a few hours but decided to make the only needed sass/css classes with a few simple functions :) If your solution is public I would appreciate it if you can share it with me, because I think I can learn a lot from it. My current solution is like this:
|
You may wish to look at https://github.com/saneef/postcss-design-token-utils. It’s essentially gorko converted to a postcss plugin. |
I hope this is useful as sass moves to a module system. Please forgive the number of commits. It took some back and forth working this out.