]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update color-helpers.html
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 10 Apr 2018 09:54:02 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Apr 2018 09:54:02 +0000 (10:54 +0100)
docs/documentation/modifiers/color-helpers.html

index 48c3d29d4b1b6596b76d5bd84601f8731fd2dcf8..1541abb6f2b13f73f0a9caceb1d5606e6ae57dfc 100644 (file)
@@ -55,6 +55,10 @@ doc-subtab: color-helpers
         <tr><td><code>has-text-white-bis</code></td><td>{% include color/white-bis.html %}</td></tr>
       </tbody>
     </table>
+    
+    {% 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
         <tr><td><code>has-background-white-bis</code></td><td>{% include color/white-bis.html %}</td></tr>
       </tbody>
     </table>
+    
+    {% endif %}
 
   </div>
 </section>