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

    Interface ResolutionToken

    Resolution token

    interface ResolutionToken {
        loc?: Location;
        parent?: any;
        tokens?: null | Token[];
        typ: ResolutionTokenType;
        unit: "x" | "dpi" | "dpcm" | "dppx";
        val: number | FractionToken;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type

    unit: "x" | "dpi" | "dpcm" | "dppx"
    val: number | FractionToken