Skip to content

Extensions-SDK: switch to new SASS API #24136

@Dominic-Marcelino

Description

@Dominic-Marcelino

Describe the Improvement

The SASS-JS-Api is deprecated and will be removed in a future version. When installing sass as a dev-dependency on extensions, you already get a warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

I assume this is implemented through the current rollup-plugin-styles on here:

mode === 'browser' ? styles() : null,

For future compatibility I suggest switching to a solution which uses the new API.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions