@tbela99/css-parser
    Preparing search index...

    Interface AstKeyframAtRule

    interface AstKeyframAtRule {
        chi: (AstComment | AstKeyframeRule)[];
        loc?: Location;
        nam: string;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: KeyframeAtRuleNodeType;
        val: string;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location
    nam: string
    parent?: AstRuleList
    tokens?: Token[]
    val: string
    validSyntax?: boolean