Spaces:
Build error
Build error
File size: 189 Bytes
c911c4d |
1 2 3 4 5 6 7 8 9 10 11 |
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./app/**/*.{js,ts,jsx,tsx}"
],
theme: {
extend: {}
},
plugins: []
}
|