2021-01-08 05:13:17 +08:00
|
|
|
module.exports = {
|
2021-03-17 18:17:52 +08:00
|
|
|
plugins: {
|
2021-07-09 18:36:45 +08:00
|
|
|
"postcss-import": {},
|
2021-04-21 18:15:24 +08:00
|
|
|
tailwindcss: {},
|
2021-03-17 18:17:52 +08:00
|
|
|
autoprefixer: {},
|
2021-07-09 18:36:45 +08:00
|
|
|
},
|
|
|
|
};
|