W3cubDocs

/Sass

Deprecation<id, status>

Compatibility:
Dart Sass
since 1.74.0
Node Sass

A deprecated feature in the language.

Type Parameters

Hierarchy

  • Deprecation

Properties

deprecatedIn: status extends "user" | "future"
? null
: Version

The version this deprecation first became active in.

description?: string

A human-readable description of this deprecation.

id: id

The unique ID of this deprecation.

obsoleteIn: status extends "obsolete"
? Version
: null

The version this deprecation became obsolete in.

status: status

The current status of this deprecation.

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