You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of this commit, passing sassOptions: { indentedSyntax: true } does nothing and instead we must pass sassOptions: { syntax: "indented" } to use indented syntax.
This breaks configurations that were relying on previous config and this is not documented anywhere.
This is particularly an issue for users of vue-loader because the file extension based autodetection does not work for embedded <style lang="sass">...</style> tags.
Your Proposal for Changes
Please add the breaking change in CHANGELOG
Document the syntax option in README
If a contributor is abel to confirm that this change was intentional, I can send a PR for the above.
The text was updated successfully, but these errors were encountered:
Documentation Is:
Please Explain in Detail...
As of this commit, passing
sassOptions: { indentedSyntax: true }
does nothing and instead we must passsassOptions: { syntax: "indented" }
to use indented syntax.This breaks configurations that were relying on previous config and this is not documented anywhere.
This is particularly an issue for users of
vue-loader
because the file extension based autodetection does not work for embedded<style lang="sass">...</style>
tags.Your Proposal for Changes
If a contributor is abel to confirm that this change was intentional, I can send a PR for the above.
The text was updated successfully, but these errors were encountered: