1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Add .is-rounded, .is-pointer and .hide-pr

This commit is contained in:
Rémy F
2019-09-04 11:57:49 +02:00
parent df72799fb4
commit d296eb9eeb
5 changed files with 29 additions and 2 deletions

View File

@ -39,11 +39,13 @@
<li><code>is-fixed</code> - fixed positioned element</li>
<li><code>is-paddingless</code> - removes any padding</li>
<li><code>is-marginless</code> - removes any margin</li>
<li><code>is-round</code> - make the element round</li>
<li><code>clearfix</code> - clears the floats</li>
<li><code>is-hidden</code> - hides the element completely</li>
<li><code>hide-xs</code> - hides the element for screens &lt;600px</li>
<li><code>hide-sm</code> - hides the element for screens &gt;=600px and &lt;900px</li>
<li><code>hide-md</code> - hides the element for screens &gt;=900px and &lt;1200px</li>
<li><code>hide-lg</code> - hides the element for screens &gt;=1200px</li>
<li><code>hide-pr</code> - hides the element for printing</li>
</ul>
</section>