price analysis

This commit is contained in:
2025-12-26 15:18:31 +08:00
parent 7743cdc29a
commit a718ac7874
15 changed files with 985 additions and 132 deletions

View File

@@ -1 +1,12 @@
export { default } from '@vben/tailwind-config/postcss';
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': {},
},
};