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

utils: add 🆕 responsive helpers

This commit is contained in:
Jenil Gogari
2019-05-12 12:49:51 -04:00
parent 63dac8abf7
commit 2b83e17e19
5 changed files with 22 additions and 5 deletions

View File

@ -41,8 +41,9 @@
<li><code>is-marginless</code> - removes any margin</li>
<li><code>clearfix</code> - clears the floats</li>
<li><code>is-hidden</code> - hides the element completely</li>
<li><code>hide-sm</code> - hides the element for screens &lt;600px</li>
<li><code>hide-md</code> - hides the element for screens &gt;=600px and &lt;=1200px</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>
</ul>
</section>