KC's Workspace
    Preparing search index...

    Interface ProcessOptions<RootNode>

    interface ProcessOptions<RootNode = Document_ | Root_> {
        document?: string;
        from?: string;
        map?: boolean | SourceMapOptions;
        parser?: Parser<RootNode> | Syntax<RootNode>;
        stringifier?: Syntax<RootNode> | Stringifier;
        syntax?: Syntax<RootNode>;
        to?: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    document?: string

    Input file if it is not simple CSS file, but HTML with