Sha256: 8680aa4a9818813dc13f0ee85d424a9f280af12b2d7b546037f58167c96043b4

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

// =============================================================================
//  Transition
//
//  The transition property is a shorthand property used to represent up to four
//  transition-related longhand properties.
//
//  http://www.w3.org/TR/css3-transitions/
//  http://css-tricks.com/almanac/properties/t/transition/
//
// =============================================================================



// -----------------------------------------------------------------------------
//  Transition
// -----------------------------------------------------------------------------
=skeletor-transition($args)
  +skeletor-prefixer(transition, unquote($args))



// -----------------------------------------------------------------------------
//  Alias for transition classes
// -----------------------------------------------------------------------------
=s-transition($args)
  +skeletor-transition($args)



// -----------------------------------------------------------------------------
//  If no-conflict set to allow shorter mixin names
// -----------------------------------------------------------------------------
// @if $no-conflict
//   =transition($args)
//     +skeletor-transition($args)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skeletor_backbone-0.0.6 app/assets/stylesheets/skeletor/globals/css3/_transition.sass
skeletor_backbone-0.0.5 app/assets/stylesheets/skeletor/globals/css3/_transition.sass
skeletor_backbone-0.0.4 app/assets/stylesheets/skeletor/globals/css3/_transition.sass
skeletor_backbone-0.0.3 app/assets/stylesheets/skeletor/globals/css3/_transition.sass