stylesheets/library/_float.sass
d8d51719
 // based on compass float
 
 @import modules/_clearfix.sass
 
 // Available as alternate syntax with just +float
76b8b8ca
 =float($side: "left")
   display: inline
   float: !side
d8d51719
 
 // Implementation of float:left with fix for double-margin bug
 =float-left
   +float("left")
 
 // Implementation of float:right with fix for double-margin bug
 =float-right
   +float("right")