-
Notifications
You must be signed in to change notification settings - Fork 34
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
:export for consumption of variables in JavaScript #71
Comments
Struggling with this exact same issue. Did you ever get it resolved? |
I'm also looking to see this work. |
Hi all, Closing issue as is duplicate of #72 . |
Correct example reference: rollup-plugin-sass/test/index.test.ts Lines 290 to 315 in f4b2e64
|
I try to use the :export construct as described in https://stackoverflow.com/questions/61517117/cannot-export-sass-variables-into-javascript?noredirect=1&lq=1 to be able to use values of SASS variables in my JavaScript but can't get it working:
Should this work with rollup-plugin-sass, or is there another method to accomplish this?
The text was updated successfully, but these errors were encountered: