Tailwind and new menu

This commit is contained in:
2023-08-03 22:25:53 +02:00
parent 0604e8d1eb
commit 3567dd83b3
14 changed files with 864 additions and 50 deletions
+11
View File
@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}