SymfonyCasts / tailwind-bundle

Delightful Tailwind Support for Symfony + AssetMapper
https://symfony.com/bundles/TailwindBundle/current/index.html
MIT License
75 stars 16 forks source link

How to work with 2 main CSS or SCSS files ? #45

Open aesislabs opened 7 months ago

aesislabs commented 7 months ago

I,

For all of my clients, I use the same base bundle that is some sort of admin bundle.

I'm trying to migrate from webpack encore and I have one problem: how to use this bundle when I have 2 main CSS (or SCSS in this case) that uses Tailwind ?

One is for the frontend, the other is for the backend (my admin bundle). Do you understand what I'm trying to achieve ?

Thanks a lot !