Skip to content

Commit a8fff2f

Browse files
authored
unbreak config loop by moving tailwind_config from pcweb (#1205)
* unbreak config loop by moving tailwind_config from pcweb * remove old file
1 parent ef2f0c6 commit a8fff2f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rxconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import reflex as rx
2-
from pcweb.styles.tailwind_config import tw_config
2+
from tailwind_config import tw_config
33

44
config = rx.Config(
55
port=3000,

0 commit comments

Comments
 (0)