mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
fix: update build process to ensure clean output for web app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "tailwindcss";
|
||||
@import "tailwindcss" source(none);
|
||||
@import "tw-animate-css";
|
||||
@import "shadcn/tailwind.css";
|
||||
@import "@fontsource-variable/ibm-plex-sans";
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@source "../../../apps/**/*.{ts,tsx}";
|
||||
@source "../**/*.{ts,tsx}";
|
||||
@source "../../../apps/**/*.{ts,tsx}";
|
||||
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user