export interface IPostCSSProps {
    plugins: Array<any>;
}
