فهرست منبع

add config to tailwind v4 plugin (#5331)

Khaleel Al-Adhami 1 هفته پیش
والد
کامیت
859e8f8429
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      reflex/plugins/tailwind_v4.py

+ 1 - 0
reflex/plugins/tailwind_v4.py

@@ -23,6 +23,7 @@ class Constants(SimpleNamespace):
 
     # Content of the style content.
     ROOT_STYLE_CONTENT = """@layer theme, base, components, utilities;
+@config "../tailwind.config.js";
 @import "tailwindcss/theme.css" layer(theme);
 @import "tailwindcss/preflight.css" layer(base);
 @import "{radix_url}" layer(components);