Skip to content

Commit

Permalink
docs(default-spacing): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vandangnhathung committed Nov 28, 2023
1 parent ece68c2 commit be80699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
@return --#{$project-prefix}#{$prop};
}

// Find a value from the key in list
// Return true if a list contains a specified value.
// ($list:0 1 2 4 6 8 12 16 24 32 48 64 96 128, $value: 48) => true
@function map-search($list, $value) {
@for $i from 1 through length($list) {
Expand Down

0 comments on commit be80699

Please sign in to comment.