Switch to using tailwind.css build and subsequently switch to docker file

This commit is contained in:
Peter Stockings
2024-12-25 00:09:56 +11:00
parent 2abd140dd8
commit 786d422864
8 changed files with 2942 additions and 1 deletions

8
tailwind.config.js Normal file
View File

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