fix tailwind for stateful components imported from utils (#2328)
This commit is contained in:
parent
527fa4bc3f
commit
f75d5f2808
@ -17,6 +17,6 @@ class Tailwind(SimpleNamespace):
|
||||
# The Tailwind config.
|
||||
CONFIG = os.path.join(Dirs.WEB, "tailwind.config.js")
|
||||
# Default Tailwind content paths
|
||||
CONTENT = ["./pages/**/*.{js,ts,jsx,tsx}"]
|
||||
CONTENT = ["./pages/**/*.{js,ts,jsx,tsx}", "./utils/**/*.{js,ts,jsx,tsx}"]
|
||||
# Relative tailwind style path to root stylesheet in STYLES_DIR.
|
||||
ROOT_STYLE_PATH = "./tailwind.css"
|
||||
|
Loading…
Reference in New Issue
Block a user