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" %}