Skip to content

Commit 3096ecb

Browse files
b238
1 parent 51a0663 commit 3096ecb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Modules/Utilities/index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,9 @@ $helpers: (
692692
///
693693
/// The height property sets the height of an element.
694694
///
695-
/// @example height-6
695+
/// @example height-60
696696
/// @example height-max-content
697+
/// @example height-800
697698
///
698699
'height': (
699700
'enabled' : true, // true or false
@@ -1371,6 +1372,7 @@ $helpers: (
13711372
/// The width property sets the width of an element.
13721373
///
13731374
/// @example width-40
1375+
/// @example width-1400
13741376
/// @example width-fit-content
13751377
///
13761378
'width': (

0 commit comments

Comments
 (0)