Skip to content

Commit 6922b4d

Browse files
committed
fricking dumb claude
1 parent e532b73 commit 6922b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/compiler/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def _compile_root_stylesheet(stylesheets: list[str], reset_style: bool = True) -
246246
# Add CSS reset if enabled
247247
if reset_style:
248248
# Reference the vendored style reset file (automatically copied from .templates/web)
249-
sheets.append(f"./styles/{ResetStylesheet.FILENAME}")
249+
sheets.append(f"./{ResetStylesheet.FILENAME}")
250250

251251
sheets.extend(
252252
[RADIX_THEMES_STYLESHEET]

0 commit comments

Comments
 (0)