Add navbar

This commit is contained in:
2023-01-14 15:27:48 +01:00
parent a3f837361b
commit 54c8028b7a
11 changed files with 1478 additions and 125 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}