fixed rake preview and updated sass to sass3 syntax

This commit is contained in:
B Mathis
2010-07-26 10:55:53 -05:00
parent 5951848f72
commit 76b8b8ca45
22 changed files with 248 additions and 244 deletions

View File

@ -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