From dfd6c08456d685c80f015c95f54e2a9275d68e0a Mon Sep 17 00:00:00 2001 From: James Homer Date: Thu, 15 Feb 2018 11:00:20 +0000 Subject: [PATCH] Update _breakpoint.scss --- scss/util/_breakpoint.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/util/_breakpoint.scss b/scss/util/_breakpoint.scss index 7ba7e8dd7..408e278ef 100644 --- a/scss/util/_breakpoint.scss +++ b/scss/util/_breakpoint.scss @@ -135,8 +135,9 @@ $breakpoint-classes: (small medium large) !default; /// - If a pixel value is passed, it will be converted to an em value using `$global-font-size` as the base. /// - If a rem value is passed, the unit will be changed to em. /// - If an em value is passed, the value will be used as-is. +/// - If a list is passed, the mixin will iterate through the values in the list and function as described above. /// -/// @param {Keyword|Number} $value - Breakpoint name, or px, rem, or em value to process. +/// @param {Keyword|Number|Array} $value-list - Breakpoint name, px/rem/em value to process, or a list containing either. /// /// @output If the breakpoint is "0px and larger", outputs the content as-is. Otherwise, outputs the content wrapped in a media query. @mixin breakpoint($value-list...) { -- 2.47.3