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
tools/tailwind.config.js Normal file
View File

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["../web/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}

BIN
tools/tailwindcss-linux-x64 Executable file

Binary file not shown.

Binary file not shown.