Add initial React client setup with Tailwind CSS integration
This commit is contained in:
7
react-client/src/postcss.config.js
Normal file
7
react-client/src/postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// postcss.config.js
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user