This commit is contained in:
Boofdev 2023-11-23 12:27:50 +01:00
parent 31d78ca5b1
commit a28d8f8537

6
postcss.config.js Normal file
View File

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}