fix: broken ui due to accidentally moved postcss config

This commit is contained in:
Andrew Bastin
2023-12-19 12:40:07 +05:30
parent 5ad8f6c2ce
commit 7374a35b41
2 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
module.exports = config