KC's Workspace
    Preparing search index...
    SupportsCondition:
        | { type: "not"; value: SupportsCondition }
        | { type: "and"; value: SupportsCondition[] }
        | { type: "or"; value: SupportsCondition[] }
        | { propertyId: PropertyId; type: "declaration"; value: String }
        | { type: "selector"; value: String }
        | { type: "unknown"; value: String }

    A <supports-condition>, as used in the @supports and @import rules.

    Type Declaration