Skip to content

Commit 52774a5

Browse files
authored
fix: fix typo in $_sizes map (@W-11847644) (#5151)
1 parent 3d80287 commit 52774a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/utilities/sizing/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/// @type map
66
/// @private
77
$_sizes: (
8-
'xxx-small,': $size-xxx-small,
8+
'xxx-small': $size-xxx-small,
99
'xx-small': $size-xx-small,
1010
'x-small': $size-x-small,
1111
'small': $size-small,

0 commit comments

Comments
 (0)