- Issue created by @mvonfrie
- π¦πΉAustria mvonfrie
Addition: I had this problem already with 1.1.3 but just updated to 1.2.1 to check if it is still there.
- πΊπΈUnited States mortona2k Seattle
I think I have been working around this by writing component code with more specific selectors.
But I have had all kinds of problems with this as well. I don't know how to get around it because vite doesn't know about drupal's library layers and weights.
If you load stylesheets into a main js file, you can specify the order, but that will bundle them all together.
Maybe it makes sense to bundle them and load in the theme layer? Or component for modules?
Maybe use @layers to specify the order, however these will precede all drupal libraries in the cascade.