Interface PostCSSConfigLoaderOptions

Options for PostCSS config loader

interface PostCSSConfigLoaderOptions {
    ctx?: Record<string, unknown>;
    path?: string;
}

Properties

Properties

ctx?: Record<string, unknown>

Context object passed to PostCSS config file

{}
path?: string

Path to PostCSS config file directory