This commit is contained in:
Jan Klattenhoff 2024-08-20 14:26:19 +02:00
commit 4c94212b7f
14 changed files with 567 additions and 349 deletions

11
tailwind.config.js Normal file
View file

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