Sha256: 194ebdb4f3e9292cdaf0f09ab884f6893ce9579a6c83f1d989344ce43c432e61

Contents?: true

Size: 334 Bytes

Versions: 22

Compression:

Stored size: 334 Bytes

Contents

//**\\
  Float

@import clearfix.sass

// 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")

// Available as alternate syntax with just +float
=float(!side = "left")
  display: inline
  float= !side

Version data entries

22 entries across 21 versions & 3 rubygems

Version Path
compass-edge-0.9.1 lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass
compass-edge-0.10.0.pre lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_float.sass