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
Overview
Having all tailwind imports in app.css causes a slow build time when using HRM during development. We need to split out the utility import to a separate CSS include.
Overview
Having all tailwind imports in app.css causes a slow build time when using HRM during development. We need to split out the utility import to a separate CSS include.
Resources
Work Required
css/base.css gets imported into css/app-base.css
Then in app.js:
The text was updated successfully, but these errors were encountered: