aboutsummaryrefslogtreecommitdiff
path: root/docs/tailwind.config.js
blob: a296e3a853eea986484d63d58941a9b8c95fa467 (plain)
1
2
3
4
5
6
7
export default {
  content: ["./index.html", "./src/**/*.{mjs,gleam}"],
  theme: {
    extend: {},
  },
  plugins: [require("@tailwindcss/typography")],
};