-
Notifications
You must be signed in to change notification settings - Fork 12k
Karma builder: support sass
in stylePreprocessorOptions
with "builderMode: application"
#29185
New issue
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
Comments
The same is true for the @alan-agius4 is the recommendation in general to switch to |
As stated in another issue, our project needs this feature in the |
the same is true for |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
test
Description
It is currently impossible to define the
sass
option instylePreprocessorOptions
for the Karma builder, which makes it impossible to silence Sass deprecations with "builderMode: application."throws:
Describe the solution you'd like
stylePreprocessorOptions
allows to setincludePaths
but it would be great to handlesass
options as well, like theapplication
builder does.Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: