Kind
Swift
public enum Kind: Sendable
Kinds of diagnostic message.
Topics
case warning
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
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
case debug