-
Notifications
You must be signed in to change notification settings - Fork 6
Add support for the Sass Deprecations API #671
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Sass recently introduced a new API for controlling how deprecations are handled. The new API introduced three new optional fields to the CompileRequest protobuf: fatal_deprecation, silence_deprecation and future_deprecation. Currently the only possibility to set these fields seems to be overriding the compileRequestBuilder method in SassCompiler.
Would it be possible to add methods for setting those fields directly from the SassCompiler? I will gladly submit a PR for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request