diff --git a/docs/documentation/modifiers/color-helpers.html b/docs/documentation/modifiers/color-helpers.html index 48c3d29d..1541abb6 100644 --- a/docs/documentation/modifiers/color-helpers.html +++ b/docs/documentation/modifiers/color-helpers.html @@ -55,6 +55,10 @@ doc-subtab: color-helpers has-text-white-bis{% include color/white-bis.html %} + + {% assign vernum = site.version | replace: "." "" | plus: 1 | minus: 1 %} + + {% if vernum >= 63 %} {% include anchor.html name="Background color" %} @@ -99,6 +103,8 @@ doc-subtab: color-helpers has-background-white-bis{% include color/white-bis.html %} + + {% endif %}