Home

ugit @9d6aa43bd4b9f2cf146af30e1e71886e47efb30f - 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: ["./*.go"],
  plugins: [require("@catppuccin/tailwindcss")],
}