summaryrefslogtreecommitdiffstats
path: root/ui/tailwind.config.js
blob: fa93053ff8254f1d09db8c10889f87bc784ef8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./index.html",
    "./src/**/*.{html,js}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}