remove postcss from running command
This commit is contained in:
parent
620c2b3379
commit
1e42ee0663
@ -14,5 +14,3 @@ class Tailwind(SimpleNamespace):
|
|||||||
CONTENT = ["./pages/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}"]
|
CONTENT = ["./pages/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}"]
|
||||||
# Relative tailwind style path to root stylesheet in Dirs.STYLES.
|
# Relative tailwind style path to root stylesheet in Dirs.STYLES.
|
||||||
ROOT_STYLE_PATH = "./tailwind.css"
|
ROOT_STYLE_PATH = "./tailwind.css"
|
||||||
# Builtin dependencies
|
|
||||||
DEPENDENCIES = ("@tailwindcss/postcss",)
|
|
||||||
|
@ -1204,7 +1204,6 @@ def install_frontend_packages(packages: set[str], config: Config):
|
|||||||
"add",
|
"add",
|
||||||
"-d",
|
"-d",
|
||||||
constants.Tailwind.VERSION,
|
constants.Tailwind.VERSION,
|
||||||
*constants.Tailwind.DEPENDENCIES,
|
|
||||||
*((config.tailwind or {}).get("plugins", [])),
|
*((config.tailwind or {}).get("plugins", [])),
|
||||||
],
|
],
|
||||||
fallback=fallback_command,
|
fallback=fallback_command,
|
||||||
|
Loading…
Reference in New Issue
Block a user