Sha256: edb302f915feed2dedfbe620ba641d46142bda3661e92d7418540ce9d43b5661
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
// --------------------------------------------------------------------------- // imports @import "special/hinge"; // --------------------------------------------------------------------------- // special [ hinge | all ] @mixin animate-special($sub: all, $class: $default-animation-class-mode) { $sub : compact($sub); $hinge : yepnope($sub, all hinge); @if $hinge { @include animate-hinge($class); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
animate-0.1.0 | stylesheets/animate/_special.scss |
animate-0.1.alpha.0 | stylesheets/animate/_special.scss |