summaryrefslogtreecommitdiffhomepage
path: root/cmd/tsconnect/tailwind.config.js
blob: 31823000b61396106e6cd0a7fbdfbf165d39b6ff (plain)
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./index.html", "./src/**/*.ts", "./src/**/*.tsx"],
  theme: {
    extend: {},
  },
  plugins: [],
}