File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
packages/reflex-core/src/reflex_core/plugins Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11"""Reflex Plugin System."""
22
3+ from . import sitemap , tailwind_v3 , tailwind_v4
34from ._screenshot import ScreenshotPlugin as _ScreenshotPlugin
45from .base import CommonContext , Plugin , PreCompileContext
56from .sitemap import SitemapPlugin
1415 "TailwindV3Plugin" ,
1516 "TailwindV4Plugin" ,
1617 "_ScreenshotPlugin" ,
18+ "sitemap" ,
19+ "tailwind_v3" ,
20+ "tailwind_v4" ,
1721]
Original file line number Diff line number Diff line change 11"""Re-export from reflex_core.plugins."""
22
3- from reflex_core .plugins import *
43from reflex_core .plugins import (
54 CommonContext ,
65 Plugin ,
98 TailwindV3Plugin ,
109 TailwindV4Plugin ,
1110 _ScreenshotPlugin ,
11+ sitemap ,
12+ tailwind_v3 ,
13+ tailwind_v4 ,
1214)
1315
1416__all__ = [
1921 "TailwindV3Plugin" ,
2022 "TailwindV4Plugin" ,
2123 "_ScreenshotPlugin" ,
24+ "sitemap" ,
25+ "tailwind_v3" ,
26+ "tailwind_v4" ,
2227]
You can’t perform that action at this time.
0 commit comments