File size: 119 Bytes
1af45d7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
module.exports = {
  content: [
    "./src/**/*.{js,jsx,ts,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}