summaryrefslogtreecommitdiff
path: root/client/tailwind.config.js
blob: 609be9f2e3f8a78c1de6c76c0b936fe548ef9cb1 (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  mode: 'jit',
  purge: ['*/**/*.jsx'],
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
};