utility created

This commit is contained in:
CJ Patoilo 2015-12-25 22:58:56 -03:00
parent 26bde2420f
commit 5124edd5f5

22
sass/_Utility.sass Normal file
View File

@ -0,0 +1,22 @@
// Utility
//
// Float either direction
.float-right
float: right
.float-left
float: left
// Clear a float with .clearfix
.clearfix
*zoom: 1
&:after,
&:before
content: ''
display: table
&:after
clear: both