Kind

Swift
public enum Kind: Sendable

Kinds of diagnostic message.


Topics

case warning

A warning for something other than a deprecated Sass feature. Often emitted due to a stylesheet using the @warn rule.

Declaration
Swift
case warning

case deprecation

A warning indicating that the stylesheet is using a deprecated Sass feature. The accompanying text does not include text like “deprecation warning”.

Declaration
Swift
case deprecation

case debug

Text from a @debug rule.

Declaration
Swift
case debug