Skip to content

Support for SASS PKG-Importer #29854

Closed
@prclm

Description

@prclm

Which @angular/* package(s) are relevant/related to the feature request?

compiler

Description

Angular can not handle the new @use "pkg:@myPackage/..." syntax of sass which uses the "exports" of the package.json to reference a file.

I would really like to have support for this very good feature:
https://sass-lang.com/blog/announcing-pkg-importers/

Proposed solution

Support this official SASS feature. :)

Alternatives considered

this is the alternative to adding "node_modules" to "loadPaths" ("includePath" in angulars sytlePreprocessorOptions).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions