File size: 141 Bytes
703629a
 
 
 
 
 
1
2
3
4
5
6
7
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{js,jsx}"],
  theme: { extend: {} },
  plugins: [],
}