Sha256: db9515e09a499877b4ef0235285f053ee73bd65742f7297ded5331d4dcb2b444

Contents?: true

Size: 188 Bytes

Versions: 5

Compression:

Stored size: 188 Bytes

Contents

@mixin keyframes($name) {
  @-webkit-keyframes #{$name} { @content; }
  @-moz-keyframes #{$name} { @content; }
  @-o-keyframes #{$name} { @content; }
  @keyframes #{$name} { @content; }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/animation/_keyframes.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/animation/_keyframes.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/animation/_keyframes.scss
stitch-0.1.6 stylesheets/stitch/patterns/animation/_keyframes.scss
stitch-0.1.5 stylesheets/stitch/patterns/animation/_keyframes.scss