From 269a91a2b13683ee363d098d9221603a7bbf6917 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Tue, 10 Apr 2018 10:55:39 +0100 Subject: [PATCH] Update responsiveness.html --- docs/documentation/overview/responsiveness.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/documentation/overview/responsiveness.html b/docs/documentation/overview/responsiveness.html index b2132150..dbd605e3 100644 --- a/docs/documentation/overview/responsiveness.html +++ b/docs/documentation/overview/responsiveness.html @@ -207,6 +207,10 @@ $fullhd-enabled: false + + {% 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
{% highlight sass %}{{ scss_code }}{% endhighlight %}
+ + {% endif %} {% include anchor.html name="Variables" %}