1
0

Basic navbar, tailwindcss setup, and other stuff

This commit is contained in:
Ahmed Al-Taiar
2023-10-24 20:45:30 -04:00
parent 703c73e058
commit 2f753308b1
20 changed files with 729 additions and 21 deletions
+2
View File
@@ -15,4 +15,6 @@ module.exports = {
},
},
],
tailwindConfig: './web/config/tailwind.config.js',
plugins: [require('prettier-plugin-tailwindcss')],
}