interface PostCSSOptions {
    config?: Config;
    filePath?: string;
}

Properties

Properties

config?: Config

Postcss Config.

filePath?: string

Config file path.