This commit is contained in:
2023-10-18 16:12:47 +02:00
commit 8b6ea946bf
8 changed files with 624 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["../web/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}
BIN
View File
Binary file not shown.
Binary file not shown.