UNPKG

@novicell/postcss-config

Version:

A postCSS 8 config for Nuxt and vite

10 lines (9 loc) 299 B
export default function postcssObjectConfig(userConfig: any): { 'postcss-import': any; 'postcss-inline-media': any; 'postcss-nested': any; 'postcss-calc': any; 'postcss-preset-env': any; 'postcss-reporter': any; }; export function postcssArrayConfig(userConfig: any): any[];