Skip to content

Document deprecation of indentedSyntax option #1240

@lorefnon

Description

@lorefnon

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?

Please Explain in Detail...

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions