You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browsers on which you attempted to reproduce this bug (the more the merrier): Chrome, Safari
Actual behavior
Beacon config includes tailwind_css and tailwind_config to pull in app.css and beacon.tailwind.config.bundle.js exactly as shown in the guides.
In production environment, app-based live_component's CSS is not compiled (ie it's missing in the stylesheet) when viewing a page created in Beacon. For example, my live component includes the class px-3 but it is not being defined in the page's stylesheet.
In dev environment, classes are defined as expected.
The text was updated successfully, but these errors were encountered:
Environment
Actual behavior
Beacon config includes
tailwind_css
andtailwind_config
to pull inapp.css
andbeacon.tailwind.config.bundle.js
exactly as shown in the guides.In production environment, app-based live_component's CSS is not compiled (ie it's missing in the stylesheet) when viewing a page created in Beacon. For example, my live component includes the class
px-3
but it is not being defined in the page's stylesheet.In dev environment, classes are defined as expected.
The text was updated successfully, but these errors were encountered: