summaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: 4dea7338638895a1ffd340e5ee55da2c2d3657f0 (plain)
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./view/*.templ"],
  theme: {
    extend: {},
  },
  plugins: [],
}