/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./layouts/**/*html", "../../layouts/**/*.html"],
  theme: {
    extend: {},
  },
  plugins: [],
};