We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a0663 commit 3096ecbCopy full SHA for 3096ecb
1 file changed
src/Modules/Utilities/index.scss
@@ -692,8 +692,9 @@ $helpers: (
692
///
693
/// The height property sets the height of an element.
694
695
- /// @example height-6
+ /// @example height-60
696
/// @example height-max-content
697
+ /// @example height-800
698
699
'height': (
700
'enabled' : true, // true or false
@@ -1371,6 +1372,7 @@ $helpers: (
1371
1372
/// The width property sets the width of an element.
1373
1374
/// @example width-40
1375
+ /// @example width-1400
1376
/// @example width-fit-content
1377
1378
'width': (
0 commit comments