Home

ugit @a40abd06932672d22c977b115a554d709c209045 - refs - log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
ugit / internal / html / tailwind.config.js
- raw
1
2
3
4
5
6
7
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  plugins: [require("@catppuccin/tailwindcss")],
}