]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
add a clearer doc-block comment to $pagination-mobile-current-item 9267/head
authormaks feltrin <pine3ree@gmail.com>
Mon, 17 Oct 2016 13:08:47 +0000 (15:08 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 13:08:47 +0000 (15:08 +0200)
scss/components/_pagination.scss

index 278cccf71d08e2d569c39324df16bc7cd7c46f64..7acbc9fed486029044754cffaf5b49596bc7fb7a 100644 (file)
@@ -55,7 +55,9 @@ $pagination-ellipsis-color: $black !default;
 /// @type Boolean
 $pagination-mobile-items: false !default;
 
-/// If `false`, don't display current page number on mobile.
+/// If `true`, display the current page number on mobile even if `$pagination-mobile-items` is set to `false`.
+/// This parameter will only override the visibility setting of the current item for `$pagination-mobile-items: false;`,
+/// it will not affect the current page number visibility when `$pagination-mobile-items` is set to `true`.
 /// @type Boolean
 $pagination-mobile-current-item: false !default;