update with new template

This commit is contained in:
2022-08-14 12:51:05 +02:00
parent eb1657c948
commit 8f9ad835e4
19 changed files with 118 additions and 86 deletions

View File

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