Sha256: 62f12720553db6ef54f2d9a8530f35c3816558846d8d7bae029062709f2a6445
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
// Padding API // =========== // Padding Output // -------------- // - $before : <length> // - $after : <length> // - [$flow] : ltr | rtl @mixin padding-output( $before, $after, $flow: susy-get(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.6 | sass/susy/api/shared/_padding.scss |
susy-2.0.0.alpha.5 | sass/susy/api/shared/_padding.scss |