changing the name of the source folder

This commit is contained in:
CJ Patoilo
2015-12-26 18:40:55 -03:00
parent 557c258c47
commit d9d4e3ce20
15 changed files with 0 additions and 0 deletions

22
src/_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