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