We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, benjaminkott/bootstrap_package#637 (comment))
Thanks in advance! Best regards, Matthias
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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, benjaminkott/bootstrap_package#637 (comment))
Thanks in advance!
Best regards,
Matthias
The text was updated successfully, but these errors were encountered: