Files
xfc__adminfront_V2/playground/postcss.config.mjs

12 lines
275 B
JavaScript
Raw Permalink Normal View History

2026-01-30 16:03:46 +08:00
import config from '@vben/tailwind-config';
export default {
plugins: {
autoprefixer: {},
'postcss-antd-fixes': { prefixes: ['ant', 'el'] },
'postcss-import': {},
'postcss-preset-env': {},
tailwindcss: { config },
'tailwindcss/nesting': {},
},
};