Refactor tailwind.config.js to streamline plugins array formatting

This commit is contained in:
2025-12-27 12:26:03 -06:00
parent 6a6c39ce1b
commit 44b11cf3e8

View File

@@ -20,7 +20,5 @@ export default {
},
},
},
plugins: [
typography,
],
plugins: [typography],
};