-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
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.
Reactions are currently unavailable