Correct, the file is not used with @CssImport, so if there is something custom configured there that might require alternatives. For example, if you use the Lumo utility classes, and your theme.json contained lumoImports: [..., 'utility'], then you also need to import utility classes from your main stylesheet like so:
it seems to be in managed, so its using the version â25.0.0-alpha12â in the effective pom.
but @StyleSheet(â@vaadin/aura/aura.cssâ) does not work.
I do get <link href="/@vaadin/aura/aura.css" rel="stylesheet"> in the html but it doesnât look much like the Starpass theme for Vaadin 24. I donât know if it is because it is under development still or if I missed something. I have Aura in pom.xml.
I think it works but I am not sure, doesnât look much like Starpass theme and is in my opinion not very nice. Does the Lumo theme in frontend folder interfer? I believe there must be something wrong still, even if some styling from Aura is applied.