Add breakpoint based column gaps documentation

This commit is contained in:
Jeremy Thomas
2018-05-30 14:12:03 +02:00
parent 4caa77dc0f
commit 56d58280ca
7 changed files with 575 additions and 6 deletions

View File

@@ -588,13 +588,22 @@ breadcrumb:
<p>As for the size modifiers, you can have narrow columns for different <strong>breakpoints</strong>:</p>
<ul>
<li>
<code>is-narrow-mobile</code>
<code>.is-narrow-mobile</code>
</li>
<li>
<code>is-narrow-tablet</code>
<code>.is-narrow-tablet</code>
</li>
<li>
<code>is-narrow-desktop</code>
<code>.is-narrow-touch</code>
</li>
<li>
<code>.is-narrow-desktop</code>
</li>
<li>
<code>.is-narrow-widescreen</code>
</li>
<li>
<code>.is-narrow-fullhd</code>
</li>
</ul>
</div>