File size: 129 Bytes
973c777
 
 
 
 
1
2
3
4
5
module.exports = {
  content: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
  theme: { extend: {} },
  plugins: [],
};