feat: enable tailwind, committing out.css for now

This commit is contained in:
efim
2023-10-06 14:15:41 +00:00
parent ffd74c4222
commit f69cb661dc
7 changed files with 647 additions and 9 deletions

9
tailwind.config.js Normal file
View File

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