uswds / uswds-compile

Simple Gulp 5 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
20 stars 12 forks source link

Allow functions to work within a containerized environment by switching sass-embedded to sass #23

Open smustgrave opened 2 years ago

smustgrave commented 2 years ago

https://github.com/uswds/uswds-compile/issues/20

smustgrave commented 2 years ago

Unfortunately still not working

mejiaj commented 2 years ago

@smustgrave so removing sass embedded didn't fix the issue?

@thisisdano should we close this issue or re-frame it so there's an option to switch from sass to sass-embedded?

smustgrave commented 2 years ago

@mejiaj removing sass-embedded did fix the issue for us. Haven't had a change to break apart the node module to figure out why that one is failing.

smustgrave commented 2 years ago

Thanks for all the time and effort looking into this!