From: Jeremy Thomas Date: Tue, 10 Apr 2018 09:54:02 +0000 (+0100) Subject: Update color-helpers.html X-Git-Tag: 0.7.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27725d43509b6821e84355d96533c5cdff7c1bd;p=thirdparty%2Fbulma.git Update color-helpers.html --- diff --git a/docs/documentation/modifiers/color-helpers.html b/docs/documentation/modifiers/color-helpers.html index 48c3d29d4..1541abb6f 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 %}