Home

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