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.