mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
fix: correct path for app source files in globals.css
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@source "../**/*.{ts,tsx}";
|
||||
@source "../../../apps/**/*.{ts,tsx}";
|
||||
@source "../../../../apps/**/*.{ts,tsx}";
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user