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