Home

cfg-playground @main - refs - log -
-
https://git.jolheiser.com/cfg-playground.git
cfg playground
cfg-playground / static / tailwind.config.js
- raw
1
2
3
4
5
6
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./index.html"],
  plugins: [require("@catppuccin/tailwindcss")],
}