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 have a fairly boilerplate implementation of parcelify using the sass-css-stream transform. I find myself wishing I could declare sass variables in my entry point and have them 1) placed BEFORE the dependency tree and 2) compiled in the same context. I'm trying to leverage sass's !default syntax to allow for overridable options in my sass components.
Thoughts?
The text was updated successfully, but these errors were encountered:
I have a fairly boilerplate implementation of parcelify using the sass-css-stream transform. I find myself wishing I could declare sass variables in my entry point and have them 1) placed BEFORE the dependency tree and 2) compiled in the same context. I'm trying to leverage sass's !default syntax to allow for overridable options in my sass components.
Thoughts?
The text was updated successfully, but these errors were encountered: