Sha256: 5bb7b91fd0cde748116f6927ec35cc68de4acda4085048c929bf8142361113de
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
// Padding API // =========== // Padding Output // -------------- // - $before : <length> // - $after : <length> // - [$flow] : ltr | rtl @mixin padding-output( $before, $after, $flow: $flow ) { $to: to($flow); $from: from($flow); padding-#{$from}: $before; padding-#{$to}: $after; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
susy-2.0.0.alpha.4 | sass/susy/api/shared/_padding.scss |
susy-2.0.0.alpha.3 | sass/susy/api/shared/_padding.scss |