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