price analysis
This commit is contained in:
@@ -43,10 +43,12 @@
|
||||
"@vben/request": "workspace:*",
|
||||
"@vben/stores": "workspace:*",
|
||||
"@vben/styles": "workspace:*",
|
||||
"@vben/tailwind-config": "workspace:*",
|
||||
"@vben/types": "workspace:*",
|
||||
"@vben/utils": "workspace:*",
|
||||
"@vueuse/core": "catalog:",
|
||||
"ant-design-vue": "catalog:",
|
||||
"cssnano": "catalog:",
|
||||
"dayjs": "catalog:",
|
||||
"pinia": "catalog:",
|
||||
"vue": "catalog:",
|
||||
|
||||
@@ -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': {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user