mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Update responsiveness.html
This commit is contained in:
@@ -207,6 +207,10 @@ $fullhd-enabled: false
|
|||||||
</tr>
|
</tr>
|
||||||
</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" %}
|
||||||
|
|
||||||
@@ -221,6 +225,8 @@ $fullhd-enabled: false
|
|||||||
<div class="highlight-full">
|
<div class="highlight-full">
|
||||||
{% highlight sass %}{{ scss_code }}{% endhighlight %}
|
{% highlight sass %}{{ scss_code }}{% endhighlight %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% include anchor.html name="Variables" %}
|
{% include anchor.html name="Variables" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user