Sha256: 14fb1b283fe8ca5e40ebe364772b0396ee11817c739133296b8167295f2d0ded
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
// Float Isolation API // =================== // Isolate Output // -------------- // - $push : <length> // - [$flow] : ltr | rtl @mixin isolate-output( $push, $flow : susy-get(flow) ) { $to : to($flow); $from : from($flow); float: $from; margin-#{$from}: $push; margin-#{$to}: -100%; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
susy-2.0.0.alpha.6 | sass/susy/api/float/_isolate.scss |
susy-2.0.0.alpha.5 | sass/susy/api/float/_isolate.scss |