Home

jolheiser.com @9fa5446a51fed6569a6d7dd56d5d0fc51f83819d - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
jolheiser.com / tailwind.config.js
- raw -
1
2
3
4
5
6
7
8
9
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/*.html"],
  theme: {
    extend: {},
  },
  plugins: [require("@catppuccin/tailwindcss")],
}