Home

cfg-playground @f5c00b190ac361db2d0b6a91f271b28281b382ae - 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")],
}