update configs

This commit is contained in:
Cole Goldsmith 2025-11-14 15:49:59 -06:00
parent 1fbe52c63a
commit 998a42819a
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""

View file

@ -11,7 +11,6 @@ const config = {
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
],
theme: {
container: {