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

    Interface FractionToken

    interface FractionToken {
        l: NumberToken;
        loc?: Location;
        parent?: AstRuleList;
        r: NumberToken;
        tokens?: Token[];
        typ: FractionTokenType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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