Project
CSS in a directory can be bulk imported with glob.
The postcss-import-glob plugin can do this in css files.
https://github.com/dimitrinicolas/postcss-import-ext-glob
Using this in css will create a bundled file.
In js files, you can use import.meta.glob, provided by vite.
However, this will output individual files by default.