fix(tailwindcss): now working, need everyone to npm i again

This commit is contained in:
JK-le-dev 2025-10-18 14:29:47 -05:00
commit 57560e7a21
7 changed files with 714 additions and 45 deletions

View file

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
content: ["./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
colors: {