summaryrefslogtreecommitdiff
path: root/projs/tailwind.config.js
blob: 579846a8f322a64785866b35441e000f6536380a (plain)
1
2
3
4
5
6
7
module.exports = {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};