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

    Interface AstKeyframesAtRule

    keyframe at rule node

    interface AstKeyframesAtRule {
        chi: (AstComment | AstKeyframesRule)[];
        loc?: Location;
        nam: string;
        parent?: any;
        tokens?: null | Token[];
        typ: KeyframesAtRuleNodeType;
        val: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    nam: string
    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type

    val: string