KC's Workspace
    Preparing search index...
    interface OldPlugin<T> {
        postcss: Transformer;
        postcssPlugin: string;
        postcssVersion: string;
        (opts?: T): Transformer;
        (root: Root_, result: Result_): void | Promise<void>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    postcss: Transformer
    postcssPlugin: string
    postcssVersion: string