Skip to content

Commit f3a04d1

Browse files
authored
disable tailwind (#56)
1 parent 089a05d commit f3a04d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import reflex as rx
22

3-
43
config = rx.Config(
54
app_name="chat",
5+
tailwind=None,
66
)

0 commit comments

Comments
 (0)