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