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 committed by devaine
commit 5b32587f21
No known key found for this signature in database
GPG key ID: 4BA6E50E8768348F
2 changed files with 691 additions and 2 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: {