rotundasoftware / parcelify

Add css to your npm modules consumed with browserify.
MIT License
251 stars 20 forks source link

Global sass overrides across modules #47

Open gryphonmyers opened 7 years ago

gryphonmyers commented 7 years ago

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?