vite-plugins icon indicating copy to clipboard operation
vite-plugins copied to clipboard

Adaptation of atomic CSS framework

Open Ray-D-Song opened this issue 1 year ago • 0 comments

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.

Ray-D-Song avatar Aug 02 '24 06:08 Ray-D-Song