init: tailwindcss and out.css to embedfs

This commit is contained in:
efim
2023-10-28 15:01:09 +00:00
parent ae380d1976
commit 77cd5da548
5 changed files with 562 additions and 1 deletions

9
tailwind.config.js Normal file
View File

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