Update responsiveness.html

This commit is contained in:
Jeremy Thomas 2018-04-10 10:55:39 +01:00 committed by GitHub
parent d27725d435
commit 269a91a2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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