feat: add postcss.config.mjs
This commit is contained in:
parent
321cf27430
commit
074bb47cd5
|
|
@ -0,0 +1,8 @@
|
|||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Reference in New Issue