fgeierst / typo3-vite-demo

GNU General Public License v2.0
20 stars 5 forks source link

Support multiple CSS files #11

Closed felixranesberger closed 1 year ago

felixranesberger commented 1 year ago

This pull request allows to include multiple CSS files via Vite.

Since Vite already creates an array in the manifest.json for a single CSS file, we only have to check if there is an array and then iterate over it.

fgeierst commented 1 year ago

Very nice, Thank you Felix!

felixranesberger commented 1 year ago

Thanks for the merge ✌️