aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: 74270b1a074b07f2d2ff5dc3a62e4f40b447647b (plain)
1
2
3
4
5
6
7
8
9
10
// eslint-disable-next-line no-undef
module.exports = {
  content: [
    './src/**/*.{js,ts,jsx,tsx}'
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}