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

    Interface MediaFeatureOrToken

    Media feature or token

    interface MediaFeatureOrToken {
        loc?: Location;
        parent?: any;
        tokens?: null | Token[];
        typ: MediaFeatureOrTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type