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