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
Currently, Hono's handling of UnoCSS and Tailwind isn't very efficient.
The internal processing of build and devServer plugins doesn't trigger the scanning and generation for UnoCSS and Tailwind.
To trigger UnoCSS during development, I need to include PostCSS in the vite.config. Before building, I need to manually generate the output using the Uno CLI.
This approach is also used for monolithic backend frameworks like Danjo and Rails.
The text was updated successfully, but these errors were encountered:
Currently, Hono's handling of UnoCSS and Tailwind isn't very efficient.
The internal processing of build and devServer plugins doesn't trigger the scanning and generation for UnoCSS and Tailwind.
To trigger UnoCSS during development, I need to include PostCSS in the vite.config. Before building, I need to manually generate the output using the Uno CLI.
The text was updated successfully, but these errors were encountered: