Home

jolheiser.com @d68349edb6ad77bb4dd50cba08e5c5e1e046d512 - 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: ["./dist/*.html"],
  theme: {
    extend: {},
  },
  plugins: [require("@catppuccin/tailwindcss")],
}