W3cubDocs

/Sass

DeprecationStatus

DeprecationStatus: "active" | "user" | "future" | "obsolete"
Compatibility:
Dart Sass
since 1.74.0
Node Sass

The possible statuses that each deprecation can have.

"active" deprecations are currently emitting deprecation warnings. "future" deprecations are not yet active, but will be in the future. "obsolete" deprecations were once active, but no longer are.

The only "user" deprecation is "user-authored", which is used for deprecation warnings coming from user code.

© 2006–2025 the Sass team, and numerous contributors
Licensed under the MIT License.
https://sass-lang.com/documentation/js-api/types/DeprecationStatus