Setup NextJS Project and Gluestack UI
This commit is contained in:
8
dashboard/postcss.config.mjs
Normal file
8
dashboard/postcss.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user