This commit is contained in:
Simon Martens
2024-08-15 18:20:29 +02:00
parent fd48a3da42
commit 2d2603a118
18 changed files with 5369 additions and 0 deletions

8
VIEW/tailwind.config.js Normal file
View File

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