improvement: tailwind cli to build stylesheet

This commit is contained in:
joncrangle
2023-11-13 21:44:11 -05:00
parent 6bff28e18d
commit 78454f8713
7 changed files with 74 additions and 6 deletions

9
tailwind.config.js Normal file
View File

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