mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fixed rake preview and updated sass to sass3 syntax
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user