diff --git a/packages/documentation/src/stories/misc/migration-guide/migrationv8-9.component.ts b/packages/documentation/src/stories/misc/migration-guide/migrationv8-9.component.ts
index 39eab0b029..acd5e10960 100644
--- a/packages/documentation/src/stories/misc/migration-guide/migrationv8-9.component.ts
+++ b/packages/documentation/src/stories/misc/migration-guide/migrationv8-9.component.ts
@@ -87,6 +87,53 @@ export class MigrationV89Component extends LitElement {
.invalid-feedback
.
+ Changed the percentage sizing utility classes (w-*
,
+ h-*
, mh-*
, mw-*
) naming.
+ breaking
+
*-25
is now *-quarter
*-50
is now *-half
*-75
is now *-three-quarters
*-100
is now *-full
+ Changed the pixel sizing utility classes (w-*
, h-*
,
+ mh-*
, mw-*
) to pixel-based names.
+ breaking
+
*-hair
is now *-1
*-line
is now *-2
*-micro
is now *-4
*-mini
is now *-8
*-small-regular
is now *-12
*-regular
is now *-16
*-small-large
is now *-20
*-large
is now *-24
*-big
is now *-32
*-bigger-big
is now *-40
*-small-huge
is now *-48
*-huge
is now *-56
*-small-giant
is now *-72
*-giant
is now *-80
*-bigger-giant
is now *-112
+ Changed the sizing utility classes max-height and max-width naming. + breaking +
+mh-*
is now max-h-*
mw-*
is now max-w-*