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

index b2132150a6f8bb3056551b19ab62237794f0ba46..dbd605e305a4d60b78017c6f986c1a9cd381d7b2 100644 (file)
@@ -207,6 +207,10 @@ $fullhd-enabled: false
         </tr>
       </tbody>
     </table>
+    
+    {% assign vernum = site.version | replace: "." "" | plus: 1 | minus: 1 %}
+
+    {% if vernum >= 63 %}
 
     {% include anchor.html name="Disabling breakpoints" %}
 
@@ -221,6 +225,8 @@ $fullhd-enabled: false
     <div class="highlight-full">
       {% highlight sass %}{{ scss_code }}{% endhighlight %}
     </div>
+    
+    {% endif %}
 
     {% include anchor.html name="Variables" %}