f
This commit is contained in:
12
playground/postcss.config.mjs
Normal file
12
playground/postcss.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
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