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

    Interface WalkAttributesResult

    interface WalkAttributesResult {
        nextValue: Token | null;
        parent: any;
        previousValue: Token | null;
        root?: any;
        value: Token;
    }
    Index

    Properties

    nextValue: Token | null
    parent: any
    previousValue: Token | null
    root?: any
    value: Token