/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/templates/**/*.{html,js,ejs}", "./static/**/*.{html,js,ejs}"],
  theme: {
    extend: {},
  },
  plugins: [],
}