WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

Support for EXT: in @import paths? #48

Open mandrasch opened 2 years ago

mandrasch commented 2 years ago

Hey, thanks very much for providing this extension! I just have a quick question:

I struggled with @import paths because we include scss files from other extensions such as bootstrap_package.

On twitter I learned that bootstrap_package supports EXT for imports, e.g.

@import "EXT:bootstrap_package/Resources/Public/Scss/bootstrap5/theme";

(https://twitter.com/benjaminkott/status/1431180404724207617)

Is there a chance to achieve this with ws_scss as well?

(I use ws_scss with autoprefixer to include bootstrap sass files, https://github.com/benjaminkott/bootstrap_package/issues/637#issuecomment-863126082)

Thanks in advance! Best regards, Matthias