Skip to content

Commit

Permalink
Add is- prefix to list of display helper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1404 authored and jgthms committed Apr 17, 2019
1 parent 62461be commit 305d51c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/documentation/modifiers/responsive-helpers.html
Expand Up @@ -65,11 +65,11 @@
You can use one of the following <code>display</code> classes:
</p>
<ul>
<li><code>block</code></li>
<li><code>flex</code></li>
<li><code>inline</code></li>
<li><code>inline-block</code></li>
<li><code>inline-flex</code></li>
<li><code>is-block</code></li>
<li><code>is-flex</code></li>
<li><code>is-inline</code></li>
<li><code>is-inline-block</code></li>
<li><code>is-inline-flex</code></li>
</ul>
<p>For example, here's how the <code>is-flex</code> helper works:</p>
</div>
Expand Down

0 comments on commit 305d51c

Please sign in to comment.