Spaces:
Build error
Build error
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: ["./src/**/*.{js,jsx}"], | |
| theme: { extend: {} }, | |
| plugins: [], | |
| } | |