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

updates to form and new util

This commit is contained in:
Jenil Gogari
2017-04-04 16:54:56 -04:00
parent 8aece06f37
commit cc0aaa883b
5 changed files with 11 additions and 45 deletions

View File

@ -21,6 +21,7 @@
<li><code>is-paddingless</code> - removes any padding</li>
<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-phone</code> - hides the element for screens &lt;480px</li>
<li><code>hide-tablet</code> - hides the element for screens &lt;768px</li>
</ul>