From 76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f Mon Sep 17 00:00:00 2001 From: B Mathis Date: Mon, 26 Jul 2010 10:55:53 -0500 Subject: fixed rake preview and updated sass to sass3 syntax --- stylesheets/library/_float.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stylesheets/library/_float.sass') diff --git a/stylesheets/library/_float.sass b/stylesheets/library/_float.sass index b459e81f..1bb6ea3f 100644 --- a/stylesheets/library/_float.sass +++ b/stylesheets/library/_float.sass @@ -3,9 +3,9 @@ @import modules/_clearfix.sass // Available as alternate syntax with just +float -=float(!side = "left") - :display inline - :float= !side +=float($side: "left") + display: inline + float: !side // Implementation of float:left with fix for double-margin bug =float-left -- cgit v1.2.1