sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.9k stars 352 forks source link

Complete implementation the deprecations API #2207

Closed jathak closed 5 months ago

jathak commented 5 months ago

This implements the full deprecations API for the JS API and the embedded compiler, and also adds silenceDeprecations/--silence-deprecation to the Dart API and CLI to complete those implementations.

See https://github.com/sass/sass/pull/3826 See https://github.com/sass/sass-spec/pull/1967 [skip sass-embedded]