#109 add tailwindcss
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
9
tailwind.config.js
Normal file
9
tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./templates/**/*.templ"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user