Update postcss.config.js

This commit is contained in:
PrivateKY 2025-04-13 01:58:01 +01:00 committed by GitHub
parent d62ec72c5f
commit 38fccafea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,5 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
};