Skip to content

Commit ba432f4

Browse files
committed
add config to tailwind v4 plugin (#5331)
1 parent 976dcee commit ba432f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex/plugins/tailwind_v4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Constants(SimpleNamespace):
2323

2424
# Content of the style content.
2525
ROOT_STYLE_CONTENT = """@layer theme, base, components, utilities;
26+
@config "../tailwind.config.js";
2627
@import "tailwindcss/theme.css" layer(theme);
2728
@import "tailwindcss/preflight.css" layer(base);
2829
@import "{radix_url}" layer(components);

0 commit comments

Comments
 (0)