Closed marksmccann closed 5 years ago
Yeah, I'm thinking so - I stubbed this out in the initial working branch thinking it'd be needed for parity if we pursued the "drop in" path. I didn't really explore it but don't think it'd be that hard to pull off; node-sass
already supports it, and all the fs-extra
methods have sync versions.
I started mulling on some kind of way to manage this without duplicating everything and might pick this up over the weekend.
Should we also provided support for synchronous compilation?
sassExtra.renderSync({...})