🏗️ Migrating Navbar to TailwindCSS

This commit is contained in:
2023-12-04 11:12:44 -05:00
parent d36138c800
commit 7f3a1caa3c
13 changed files with 315 additions and 659 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
};