Home

jolheiser.com @4316f0e219f73000ca0aec02348838f74b5c25be - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / tailwind.config.js
- raw -
1
2
3
4
5
6
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./dist/*.html", "*.templ"],
  plugins: [require("@catppuccin/tailwindcss")],
}