Skip to content

Commit 6bf129e

Browse files
add tailwindcss-animated plugin (#1527)
Co-authored-by: Ahmad Hakim <[email protected]>
1 parent 697a23c commit 6bf129e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/tailwind-theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "tailwindcss";
2+
@import "tailwindcss-animated";
23

34
@custom-variant dark (&:where(.dark, .dark *));
45

rxconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
frontend_packages=[
88
"chakra-react-select",
99
"@radix-ui/react-navigation-menu",
10+
"tailwindcss-animated",
1011
],
1112
show_build_with_reflex=True,
1213
telemetry_enabled=False,

0 commit comments

Comments
 (0)