-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lumoImports not recognized in dev mode , when placed in a parent theme #19567
Comments
This change may help fix this issue, but I'd expect |
The issue was triaged and currently added to the backlog priority queue for further investigation. |
Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567
Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567
* fix: import parent theme lumoImports in dev bundle mode Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567 * test: fix test * test: fix test * chore: catch IllegalArgumentException in CssBundler Catch and debug log IllegalArgumentException possibly thrown from potentialFile.toPath() in Windows. Url's in css like 'https://fonts.googleapis.com/css?family=Itim' shouldn't be considered as copyable asset files.
* fix: import parent theme lumoImports in dev bundle mode Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567 * test: fix test * test: fix test * chore: catch IllegalArgumentException in CssBundler Catch and debug log IllegalArgumentException possibly thrown from potentialFile.toPath() in Windows. Url's in css like 'https://fonts.googleapis.com/css?family=Itim' shouldn't be considered as copyable asset files.
* fix: import parent theme lumoImports in dev bundle mode Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567 * test: fix test * test: fix test * chore: catch IllegalArgumentException in CssBundler Catch and debug log IllegalArgumentException possibly thrown from potentialFile.toPath() in Windows. Url's in css like 'https://fonts.googleapis.com/css?family=Itim' shouldn't be considered as copyable asset files.
) * fix: import parent theme lumoImports in dev bundle mode Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567 * test: fix test * test: fix test * chore: catch IllegalArgumentException in CssBundler Catch and debug log IllegalArgumentException possibly thrown from potentialFile.toPath() in Windows. Url's in css like 'https://fonts.googleapis.com/css?family=Itim' shouldn't be considered as copyable asset files. Co-authored-by: Tomi Virtanen <[email protected]>
) * fix: import parent theme lumoImports in dev bundle mode Adds missing css imports for parent theme when given in parent theme.json with lumoImports property and running with dev bundle. Fixes: #19567 * test: fix test * test: fix test * chore: catch IllegalArgumentException in CssBundler Catch and debug log IllegalArgumentException possibly thrown from potentialFile.toPath() in Windows. Url's in css like 'https://fonts.googleapis.com/css?family=Itim' shouldn't be considered as copyable asset files. Co-authored-by: Tomi Virtanen <[email protected]>
This ticket/PR has been released with Vaadin 24.5.3. |
This ticket/PR has been released with Vaadin 24.6.0.alpha2 and is also targeting the upcoming stable 24.6.0 version. |
This ticket/PR has been released with Vaadin 24.4.15. |
Description of the bug
Defining lumoImports in the theme.json of a parent theme inside the same project,
the styles defined in java by the LumoUtility are not applied.
This only happens in dev mode.
Expected behavior
It should not matter if the import is done in the project theme or it's parent.
Minimal reproducible example
lumoImports.zip
Versions
The text was updated successfully, but these errors were encountered: