flutie 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ @mixin transition($property: all, $ratio: 0.15s, $ease: ease-out) {
2
+ -webkit-transition: $property $ratio $ease;
3
+ -moz-transition: $property $ratio $ease;
4
+ -o-transition: $property $ratio $ease;
5
+ transition: $property $ratio $ease;
6
+ }
@@ -3,6 +3,7 @@
3
3
  @import 'box-shadow';
4
4
  @import 'box-sizing';
5
5
  @import 'inline-block';
6
+ @import 'transition';
6
7
  @import 'defaults';
7
8
  @import 'type';
8
9
  @import 'forms';
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flutie
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 6
10
- version: 1.1.6
9
+ - 7
10
+ version: 1.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chad Pytel
@@ -68,6 +68,7 @@ files:
68
68
  - public/stylesheets/sass/_reset.scss
69
69
  - public/stylesheets/sass/_screen.scss
70
70
  - public/stylesheets/sass/_tables.scss
71
+ - public/stylesheets/sass/_transition.scss
71
72
  - public/stylesheets/sass/_type.scss
72
73
  - public/stylesheets/sass/flutie.scss
73
74
  has_rdoc: true