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

    Interface FractionToken

    Fraction token

    interface FractionToken {
        l: NumberToken;
        loc?: Location;
        parent?: any;
        r: NumberToken;
        tokens?: null | Token[];
        typ: FractionTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type