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