This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/tailwind.config.js
Tim dc09c4e086
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
#109 add tailwindcss
2024-08-22 23:07:00 +02:00

10 lines
152 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.templ"],
theme: {
extend: {},
},
plugins: [],
}