Skip to content

Commit 1e42ee0

Browse files
committed
remove postcss from running command
1 parent 620c2b3 commit 1e42ee0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

reflex/constants/style.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ class Tailwind(SimpleNamespace):
1414
CONTENT = ["./pages/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}"]
1515
# Relative tailwind style path to root stylesheet in Dirs.STYLES.
1616
ROOT_STYLE_PATH = "./tailwind.css"
17-
# Builtin dependencies
18-
DEPENDENCIES = ("@tailwindcss/postcss",)

reflex/utils/prerequisites.py

-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,6 @@ def install_frontend_packages(packages: set[str], config: Config):
12041204
"add",
12051205
"-d",
12061206
constants.Tailwind.VERSION,
1207-
*constants.Tailwind.DEPENDENCIES,
12081207
*((config.tailwind or {}).get("plugins", [])),
12091208
],
12101209
fallback=fallback_command,

0 commit comments

Comments
 (0)