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

View File

@@ -208,6 +208,10 @@ $fullhd-enabled: false
</tbody> </tbody>
</table> </table>
{% assign vernum = site.version | replace: "." "" | plus: 1 | minus: 1 %}
{% if vernum >= 63 %}
{% include anchor.html name="Disabling breakpoints" %} {% include anchor.html name="Disabling breakpoints" %}
{% include elements/new-tag.html version="0.6.3" %} {% include elements/new-tag.html version="0.6.3" %}
@@ -222,6 +226,8 @@ $fullhd-enabled: false
{% highlight sass %}{{ scss_code }}{% endhighlight %} {% highlight sass %}{{ scss_code }}{% endhighlight %}
</div> </div>
{% endif %}
{% include anchor.html name="Variables" %} {% include anchor.html name="Variables" %}
<div class="content"> <div class="content">