dart-sass icon indicating copy to clipboard operation
dart-sass copied to clipboard

Add a --silence-deprecations flag

Open nex3 opened this issue 2 years ago • 0 comments

This flag will help mitigate the pain of deprecations for users who need a large amount of time to schedule and execute on a migration away from deprecated behavior. It should take deprecation names (as defined by https://github.com/sass/dart-sass/pull/1820) and silence all instances of those deprecations. It should error if given an unknown deprecation name, and it should not support any kind of mass silencing (e.g. by Sass version).

nex3 avatar Mar 20 '23 21:03 nex3