diff --git a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue index 14f8e3fda..c122446d6 100644 --- a/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue +++ b/apps/showcase/doc/guides/migration/v4/changes/BreakingDoc.vue @@ -2,9 +2,8 @@

SASS Themes

- The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primevue/resources do not exist anymore, so any imports of these assets needs to be removed. Currently, Aura - is the only available built-in preset; however, by v4 final, two more presets named Lara and Nora would be included, as well as the Material Design theme. If you had a custom theme for v3, the theme needs to be recreated using the new - APIs. See the customization section at styled mode for details. + The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primevue/resources do not exist anymore, so any imports of these assets needs to be removed. If you had a + custom theme for v3, the theme needs to be recreated using the new APIs. See the customization section at styled mode for details.

Removed Components