Nick Staroba

Results 1 comments of Nick Staroba

@DenysVuika One workaround I found was to create a "set up" file that has only your `@use` statements and then bundle that file first. I'm using gulp: `src("./src/_setup.scss").pipe(src("./src/_other-file.scss")).pipe(concat("index.scss")).pipe(dest("./dist"))` It's not...