From 0c5293ea679c8505c0923a56892c7003bed2925f Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Mon, 17 Oct 2016 15:08:47 +0200 Subject: [PATCH] add a clearer doc-block comment to $pagination-mobile-current-item --- scss/components/_pagination.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/components/_pagination.scss b/scss/components/_pagination.scss index 278cccf71..7acbc9fed 100644 --- a/scss/components/_pagination.scss +++ b/scss/components/_pagination.scss @@ -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; -- 2.47.2