Add base site, needs clean-up
This commit is contained in:
8
client/postcss.config.js
Normal file
8
client/postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// If you want to use other PostCSS plugins, see the following:
|
||||
// https://tailwindcss.com/docs/using-with-preprocessors
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user