ls-age / svelte-preprocess-sass

Svelte preprocessor for sass
91 stars 6 forks source link

Is there a way to configure a 'constants.scss' file and automatically import it on all sass files? #92

Closed maurocen closed 2 years ago

maurocen commented 4 years ago

It'd be cool to be able to have a constants file and have it automatically import it on all sass files without needing to @import it.

LukasHechenberger commented 4 years ago

Nope. You could add your own style preprocessor that adds an import on top before this plugin