From be80699c87dcee5a53ca3c342e5fb3a15e740393 Mon Sep 17 00:00:00 2001 From: Pau15122 <77733880+vandangnhathung@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:52:45 +0700 Subject: [PATCH] docs(default-spacing): update comment --- scss/_helpers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_helpers.scss b/scss/_helpers.scss index 005fb7c..3c40687 100644 --- a/scss/_helpers.scss +++ b/scss/_helpers.scss @@ -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) {