Added html
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-15 22:55:04 +02:00
parent 59d33034df
commit e4b1f79a61
16 changed files with 1577 additions and 103 deletions

View File

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