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 1f84a009f8
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
#73 change authorization
2024-09-01 14:20:54 +02:00

15 lines
206 B
JavaScript

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