Skip to content

Commit

Permalink
fix: fix missing slds-size selectors @W-12982157@ [backport] (#5182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 14, 2023
1 parent 102b90e commit c3d981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/utilities/sizing/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $_sizes: (
/// @private
@function all-sizes () {
$prefixes: 'slds-size_', 'slds-size--';
$columnSizes: 2, 3, 4, 5, 6, 7, 8, 12;
$columnSizes: 1, 2, 3, 4, 5, 6, 7, 8, 12;

$result: '';
@each $prefix in $prefixes {
Expand Down

0 comments on commit c3d981a

Please sign in to comment.