Spaces:
Running
Running
| /** @type {import('tailwindcss').Config} */ | |
| export default { darkMode: "class", content: ["./index.html", "./src/**/*.{js,jsx}"], theme: { extend: {} }, plugins: [] }; | |
| /** @type {import('tailwindcss').Config} */ | |
| export default { darkMode: "class", content: ["./index.html", "./src/**/*.{js,jsx}"], theme: { extend: {} }, plugins: [] }; | |