KC's Workspace
    Preparing search index...
    interface NodeErrorOptions {
        endIndex?: number;
        index?: number;
        plugin?: string;
        word?: string;
    }
    Index

    Properties

    endIndex?: number

    An ending index inside a node's string that should be highlighted as source of error.

    index?: number

    An index inside a node's string that should be highlighted as source of error.

    plugin?: string

    Plugin name that created this error. PostCSS will set it automatically.

    word?: string

    A word inside a node's string, that should be highlighted as source of error.