refactor: update configuration files to use ES module syntax and integrate Tailwind CSS

This commit is contained in:
2026-05-04 20:13:20 -03:00
committed by hueso
parent 98c6e04a16
commit 4469ccb30a
4 changed files with 6 additions and 8 deletions

View File

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