animate-sass 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/README.mdown +21 -2
  2. data/lib/animate-sass.rb +1 -1
  3. data/stylesheets/_animate.sass +2 -3
  4. data/stylesheets/{_animations.scss → animate/_animations.scss} +0 -0
  5. data/stylesheets/animate/_css3.scss +3 -0
  6. data/stylesheets/animate/_shared.scss +2 -0
  7. data/stylesheets/animate/_utilities.scss +1 -0
  8. data/stylesheets/{animations → animate/animations}/_attention-seekers.scss +4 -4
  9. data/stylesheets/{animations → animate/animations}/_bouncing-entrances.scss +0 -0
  10. data/stylesheets/{animations → animate/animations}/_bouncing-exits.scss +0 -0
  11. data/stylesheets/{animations → animate/animations}/_fading-entrances.scss +0 -0
  12. data/stylesheets/{animations → animate/animations}/_fading-exits.scss +0 -0
  13. data/stylesheets/{animations → animate/animations}/_flippers.scss +0 -0
  14. data/stylesheets/{animations → animate/animations}/_rotating-entrances.scss +0 -0
  15. data/stylesheets/{animations → animate/animations}/_rotating-exits.scss +0 -0
  16. data/stylesheets/{animations → animate/animations}/_specials.scss +0 -0
  17. data/stylesheets/{animations → animate/animations}/attention-seekers/_bounce.scss +0 -0
  18. data/stylesheets/{animations → animate/animations}/attention-seekers/_flash.scss +0 -0
  19. data/stylesheets/{animations → animate/animations}/attention-seekers/_pulse.scss +0 -0
  20. data/stylesheets/{animations → animate/animations}/attention-seekers/_shake.scss +0 -0
  21. data/stylesheets/{animations → animate/animations}/attention-seekers/_swing.scss +0 -0
  22. data/stylesheets/{animations → animate/animations}/attention-seekers/_tada.scss +0 -0
  23. data/stylesheets/{animations → animate/animations}/attention-seekers/_wobble.scss +0 -0
  24. data/stylesheets/{animations → animate/animations}/bouncing-entrances/_bounceIn.scss +0 -0
  25. data/stylesheets/{animations → animate/animations}/bouncing-entrances/_bounceInDown.scss +0 -0
  26. data/stylesheets/{animations → animate/animations}/bouncing-entrances/_bounceInLeft.scss +0 -0
  27. data/stylesheets/{animations → animate/animations}/bouncing-entrances/_bounceInRight.scss +0 -0
  28. data/stylesheets/{animations → animate/animations}/bouncing-entrances/_bounceInUp.scss +0 -0
  29. data/stylesheets/{animations → animate/animations}/bouncing-exits/_bounceOut.scss +0 -0
  30. data/stylesheets/{animations → animate/animations}/bouncing-exits/_bounceOutDown.scss +0 -0
  31. data/stylesheets/{animations → animate/animations}/bouncing-exits/_bounceOutLeft.scss +0 -0
  32. data/stylesheets/{animations → animate/animations}/bouncing-exits/_bounceOutRight.scss +0 -0
  33. data/stylesheets/{animations → animate/animations}/bouncing-exits/_bounceOutUp.scss +0 -0
  34. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeIn.scss +0 -0
  35. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInDown.scss +0 -0
  36. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInDownBig.scss +0 -0
  37. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInLeft.scss +0 -0
  38. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInLeftBig.scss +0 -0
  39. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInRight.scss +0 -0
  40. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInRightBig.scss +0 -0
  41. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInUp.scss +0 -0
  42. data/stylesheets/{animations → animate/animations}/fading-entrances/_fadeInUpBig.scss +0 -0
  43. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOut.scss +0 -0
  44. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutDown.scss +0 -0
  45. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutDownBig.scss +0 -0
  46. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutLeft.scss +0 -0
  47. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutLeftBig.scss +0 -0
  48. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutRight.scss +0 -0
  49. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutRightBig.scss +0 -0
  50. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutUp.scss +0 -0
  51. data/stylesheets/{animations → animate/animations}/fading-exits/_fadeOutUpBig.scss +0 -0
  52. data/stylesheets/{animations → animate/animations}/flippers/_flip.scss +0 -0
  53. data/stylesheets/{animations → animate/animations}/flippers/_flipInX.scss +0 -0
  54. data/stylesheets/{animations → animate/animations}/flippers/_flipInY.scss +0 -0
  55. data/stylesheets/{animations → animate/animations}/flippers/_flipOutX.scss +0 -0
  56. data/stylesheets/{animations → animate/animations}/flippers/_flipOutY.scss +0 -0
  57. data/stylesheets/{animations → animate/animations}/rotating-entrances/_rotateIn.scss +0 -0
  58. data/stylesheets/{animations → animate/animations}/rotating-entrances/_rotateInDownLeft.scss +0 -0
  59. data/stylesheets/{animations → animate/animations}/rotating-entrances/_rotateInDownRight.scss +0 -0
  60. data/stylesheets/{animations → animate/animations}/rotating-entrances/_rotateInUpLeft.scss +0 -0
  61. data/stylesheets/{animations → animate/animations}/rotating-entrances/_rotateInUpRight.scss +0 -0
  62. data/stylesheets/{animations → animate/animations}/rotating-exits/_rotateOut.scss +0 -0
  63. data/stylesheets/{animations → animate/animations}/rotating-exits/_rotateOutDownLeft.scss +0 -0
  64. data/stylesheets/{animations → animate/animations}/rotating-exits/_rotateOutDownRight.scss +0 -0
  65. data/stylesheets/{animations → animate/animations}/rotating-exits/_rotateOutUpLeft.scss +0 -0
  66. data/stylesheets/{animations → animate/animations}/rotating-exits/_rotateOutUpRight.scss +0 -0
  67. data/stylesheets/{animations → animate/animations}/specials/_hinge.scss +0 -0
  68. data/stylesheets/{animations → animate/animations}/specials/_rollIn.scss +0 -0
  69. data/stylesheets/{animations → animate/animations}/specials/_rollOut.scss +0 -0
  70. data/stylesheets/{css3 → animate/css3}/_animation.scss +0 -0
  71. data/stylesheets/{css3 → animate/css3}/_backface-visibility.scss +0 -0
  72. data/stylesheets/{css3 → animate/css3}/_transform.scss +0 -0
  73. data/stylesheets/{css3 → animate/css3}/animation/_animation-delay.scss +0 -0
  74. data/stylesheets/{css3 → animate/css3}/animation/_animation-direction.scss +0 -0
  75. data/stylesheets/{css3 → animate/css3}/animation/_animation-duration.scss +0 -0
  76. data/stylesheets/{css3 → animate/css3}/animation/_animation-fill-mode.scss +0 -0
  77. data/stylesheets/{css3 → animate/css3}/animation/_animation-iteration-count.scss +0 -0
  78. data/stylesheets/{css3 → animate/css3}/animation/_animation-name.scss +0 -0
  79. data/stylesheets/{css3 → animate/css3}/animation/_animation-play-state.scss +0 -0
  80. data/stylesheets/{css3 → animate/css3}/animation/_animation-timing-function.scss +0 -0
  81. data/stylesheets/{helpers → animate/utilities}/_mixins.scss +0 -0
  82. metadata +82 -81
  83. data/stylesheets/_css3.scss +0 -3
  84. data/stylesheets/_helpers.scss +0 -1
@@ -8,14 +8,33 @@ The core of Animate.sass, despite being named "dot sass", is written in [SCSS](h
8
8
 
9
9
  1. `gem install animate-sass`
10
10
  2. Add `require 'animate-sass'` in Compass's `config.rb` file
11
- 3. Then `@import animate.sass`
11
+ 3. Then `@import animate.sass` (all animations)
12
12
 
13
13
  ## Usage
14
14
 
15
- The usage is simple, `@import animate.sass` and have fun. All Animate.css animations are supported.
15
+ The usage is simple, `@import animate.sass` (loads all animations) and have fun. All Animate.css animations are supported.
16
16
 
17
17
  Usage examples and documentation are in the works, but until then, check out the test project for help. Animate.sass is still in development and is not intended for production UNLESS you know what you are doing. Feedback and contributions are appreciated.
18
18
 
19
+ ### Animations, a la carte ...
20
+
21
+ You may not want to load the full stack of animations from animate.sass, which emits over 5000+ lines of CSS. Instead you would like to pull in just a few animations or even a particular animation family. If that's the case, here's how to do that.
22
+
23
+ Rather than `@import animate.sass` (all animations), do this ...
24
+
25
+ First you need to import what's shared between all animations, `@import animate/shared`. Then you'll be able to import a full animation family or individual animations.
26
+
27
+ For example, if you wanted to use all the animations from the attention seekers animation family, and a few from the flippers animation family, here's what you'd do.
28
+
29
+ // Animate.sass shared stuffs
30
+ @import animate/shared
31
+
32
+ // Animate.sass animation families and individual animations
33
+ @import animate/animations/attention-seekers
34
+ @import animate/animations/flippers/flip
35
+ @import animate/animations/flippers/flipInX
36
+ @import animate/animations/flippers/flipOutX
37
+
19
38
  ## Credits and special thanks
20
39
 
21
40
  Huge thanks to [Dan Eden](https://github.com/daneden) on his project [Animate.css](http://daneden.me/animate/). This project would not exist without his hard work.
@@ -3,7 +3,7 @@ Compass::Frameworks.register("animate-sass", :path => "#{File.dirname(__FILE__)}
3
3
 
4
4
  module AnimateSass
5
5
 
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  DATE = "2011-11-26"
8
8
 
9
9
  end
@@ -1,8 +1,7 @@
1
1
  // This file was intentionally written in Sass.
2
2
 
3
3
  // The goods.
4
- @import helpers
5
- @import css3
4
+ @import animate/shared
6
5
 
7
6
  // The animations.
8
- @import animations
7
+ @import animate/animations
@@ -0,0 +1,3 @@
1
+ @import "css3/animation";
2
+ @import "css3/backface-visibility";
3
+ @import "css3/transform";
@@ -0,0 +1,2 @@
1
+ @import "css3";
2
+ @import "utilities";
@@ -0,0 +1 @@
1
+ @import "utilities/mixins";
@@ -1,7 +1,7 @@
1
- @import "attention-seekers/flash";
2
1
  @import "attention-seekers/bounce";
2
+ @import "attention-seekers/flash";
3
+ @import "attention-seekers/pulse";
3
4
  @import "attention-seekers/shake";
4
- @import "attention-seekers/tada";
5
5
  @import "attention-seekers/swing";
6
- @import "attention-seekers/wobble";
7
- @import "attention-seekers/pulse";
6
+ @import "attention-seekers/tada";
7
+ @import "attention-seekers/wobble";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: animate-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70158929419540 !ruby/object:Gem::Requirement
16
+ requirement: &70216822643340 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.11.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70158929419540
24
+ version_requirements: *70216822643340
25
25
  description: Animate.sass is a Sass and Compass CSS animation library for WebKit,
26
26
  Firefox and beyond based on the work being done in Animate.css
27
27
  email:
@@ -33,83 +33,84 @@ files:
33
33
  - README.mdown
34
34
  - lib/animate-sass.rb
35
35
  - stylesheets/_animate.sass
36
- - stylesheets/_animations.scss
37
- - stylesheets/_css3.scss
38
- - stylesheets/_helpers.scss
39
- - stylesheets/animations/_attention-seekers.scss
40
- - stylesheets/animations/_bouncing-entrances.scss
41
- - stylesheets/animations/_bouncing-exits.scss
42
- - stylesheets/animations/_fading-entrances.scss
43
- - stylesheets/animations/_fading-exits.scss
44
- - stylesheets/animations/_flippers.scss
45
- - stylesheets/animations/_rotating-entrances.scss
46
- - stylesheets/animations/_rotating-exits.scss
47
- - stylesheets/animations/_specials.scss
48
- - stylesheets/animations/attention-seekers/_bounce.scss
49
- - stylesheets/animations/attention-seekers/_flash.scss
50
- - stylesheets/animations/attention-seekers/_pulse.scss
51
- - stylesheets/animations/attention-seekers/_shake.scss
52
- - stylesheets/animations/attention-seekers/_swing.scss
53
- - stylesheets/animations/attention-seekers/_tada.scss
54
- - stylesheets/animations/attention-seekers/_wobble.scss
55
- - stylesheets/animations/bouncing-entrances/_bounceIn.scss
56
- - stylesheets/animations/bouncing-entrances/_bounceInDown.scss
57
- - stylesheets/animations/bouncing-entrances/_bounceInLeft.scss
58
- - stylesheets/animations/bouncing-entrances/_bounceInRight.scss
59
- - stylesheets/animations/bouncing-entrances/_bounceInUp.scss
60
- - stylesheets/animations/bouncing-exits/_bounceOut.scss
61
- - stylesheets/animations/bouncing-exits/_bounceOutDown.scss
62
- - stylesheets/animations/bouncing-exits/_bounceOutLeft.scss
63
- - stylesheets/animations/bouncing-exits/_bounceOutRight.scss
64
- - stylesheets/animations/bouncing-exits/_bounceOutUp.scss
65
- - stylesheets/animations/fading-entrances/_fadeIn.scss
66
- - stylesheets/animations/fading-entrances/_fadeInDown.scss
67
- - stylesheets/animations/fading-entrances/_fadeInDownBig.scss
68
- - stylesheets/animations/fading-entrances/_fadeInLeft.scss
69
- - stylesheets/animations/fading-entrances/_fadeInLeftBig.scss
70
- - stylesheets/animations/fading-entrances/_fadeInRight.scss
71
- - stylesheets/animations/fading-entrances/_fadeInRightBig.scss
72
- - stylesheets/animations/fading-entrances/_fadeInUp.scss
73
- - stylesheets/animations/fading-entrances/_fadeInUpBig.scss
74
- - stylesheets/animations/fading-exits/_fadeOut.scss
75
- - stylesheets/animations/fading-exits/_fadeOutDown.scss
76
- - stylesheets/animations/fading-exits/_fadeOutDownBig.scss
77
- - stylesheets/animations/fading-exits/_fadeOutLeft.scss
78
- - stylesheets/animations/fading-exits/_fadeOutLeftBig.scss
79
- - stylesheets/animations/fading-exits/_fadeOutRight.scss
80
- - stylesheets/animations/fading-exits/_fadeOutRightBig.scss
81
- - stylesheets/animations/fading-exits/_fadeOutUp.scss
82
- - stylesheets/animations/fading-exits/_fadeOutUpBig.scss
83
- - stylesheets/animations/flippers/_flip.scss
84
- - stylesheets/animations/flippers/_flipInX.scss
85
- - stylesheets/animations/flippers/_flipInY.scss
86
- - stylesheets/animations/flippers/_flipOutX.scss
87
- - stylesheets/animations/flippers/_flipOutY.scss
88
- - stylesheets/animations/rotating-entrances/_rotateIn.scss
89
- - stylesheets/animations/rotating-entrances/_rotateInDownLeft.scss
90
- - stylesheets/animations/rotating-entrances/_rotateInDownRight.scss
91
- - stylesheets/animations/rotating-entrances/_rotateInUpLeft.scss
92
- - stylesheets/animations/rotating-entrances/_rotateInUpRight.scss
93
- - stylesheets/animations/rotating-exits/_rotateOut.scss
94
- - stylesheets/animations/rotating-exits/_rotateOutDownLeft.scss
95
- - stylesheets/animations/rotating-exits/_rotateOutDownRight.scss
96
- - stylesheets/animations/rotating-exits/_rotateOutUpLeft.scss
97
- - stylesheets/animations/rotating-exits/_rotateOutUpRight.scss
98
- - stylesheets/animations/specials/_hinge.scss
99
- - stylesheets/animations/specials/_rollIn.scss
100
- - stylesheets/animations/specials/_rollOut.scss
101
- - stylesheets/css3/_animation.scss
102
- - stylesheets/css3/_backface-visibility.scss
103
- - stylesheets/css3/_transform.scss
104
- - stylesheets/css3/animation/_animation-delay.scss
105
- - stylesheets/css3/animation/_animation-direction.scss
106
- - stylesheets/css3/animation/_animation-duration.scss
107
- - stylesheets/css3/animation/_animation-fill-mode.scss
108
- - stylesheets/css3/animation/_animation-iteration-count.scss
109
- - stylesheets/css3/animation/_animation-name.scss
110
- - stylesheets/css3/animation/_animation-play-state.scss
111
- - stylesheets/css3/animation/_animation-timing-function.scss
112
- - stylesheets/helpers/_mixins.scss
36
+ - stylesheets/animate/_animations.scss
37
+ - stylesheets/animate/_css3.scss
38
+ - stylesheets/animate/_shared.scss
39
+ - stylesheets/animate/_utilities.scss
40
+ - stylesheets/animate/animations/_attention-seekers.scss
41
+ - stylesheets/animate/animations/_bouncing-entrances.scss
42
+ - stylesheets/animate/animations/_bouncing-exits.scss
43
+ - stylesheets/animate/animations/_fading-entrances.scss
44
+ - stylesheets/animate/animations/_fading-exits.scss
45
+ - stylesheets/animate/animations/_flippers.scss
46
+ - stylesheets/animate/animations/_rotating-entrances.scss
47
+ - stylesheets/animate/animations/_rotating-exits.scss
48
+ - stylesheets/animate/animations/_specials.scss
49
+ - stylesheets/animate/animations/attention-seekers/_bounce.scss
50
+ - stylesheets/animate/animations/attention-seekers/_flash.scss
51
+ - stylesheets/animate/animations/attention-seekers/_pulse.scss
52
+ - stylesheets/animate/animations/attention-seekers/_shake.scss
53
+ - stylesheets/animate/animations/attention-seekers/_swing.scss
54
+ - stylesheets/animate/animations/attention-seekers/_tada.scss
55
+ - stylesheets/animate/animations/attention-seekers/_wobble.scss
56
+ - stylesheets/animate/animations/bouncing-entrances/_bounceIn.scss
57
+ - stylesheets/animate/animations/bouncing-entrances/_bounceInDown.scss
58
+ - stylesheets/animate/animations/bouncing-entrances/_bounceInLeft.scss
59
+ - stylesheets/animate/animations/bouncing-entrances/_bounceInRight.scss
60
+ - stylesheets/animate/animations/bouncing-entrances/_bounceInUp.scss
61
+ - stylesheets/animate/animations/bouncing-exits/_bounceOut.scss
62
+ - stylesheets/animate/animations/bouncing-exits/_bounceOutDown.scss
63
+ - stylesheets/animate/animations/bouncing-exits/_bounceOutLeft.scss
64
+ - stylesheets/animate/animations/bouncing-exits/_bounceOutRight.scss
65
+ - stylesheets/animate/animations/bouncing-exits/_bounceOutUp.scss
66
+ - stylesheets/animate/animations/fading-entrances/_fadeIn.scss
67
+ - stylesheets/animate/animations/fading-entrances/_fadeInDown.scss
68
+ - stylesheets/animate/animations/fading-entrances/_fadeInDownBig.scss
69
+ - stylesheets/animate/animations/fading-entrances/_fadeInLeft.scss
70
+ - stylesheets/animate/animations/fading-entrances/_fadeInLeftBig.scss
71
+ - stylesheets/animate/animations/fading-entrances/_fadeInRight.scss
72
+ - stylesheets/animate/animations/fading-entrances/_fadeInRightBig.scss
73
+ - stylesheets/animate/animations/fading-entrances/_fadeInUp.scss
74
+ - stylesheets/animate/animations/fading-entrances/_fadeInUpBig.scss
75
+ - stylesheets/animate/animations/fading-exits/_fadeOut.scss
76
+ - stylesheets/animate/animations/fading-exits/_fadeOutDown.scss
77
+ - stylesheets/animate/animations/fading-exits/_fadeOutDownBig.scss
78
+ - stylesheets/animate/animations/fading-exits/_fadeOutLeft.scss
79
+ - stylesheets/animate/animations/fading-exits/_fadeOutLeftBig.scss
80
+ - stylesheets/animate/animations/fading-exits/_fadeOutRight.scss
81
+ - stylesheets/animate/animations/fading-exits/_fadeOutRightBig.scss
82
+ - stylesheets/animate/animations/fading-exits/_fadeOutUp.scss
83
+ - stylesheets/animate/animations/fading-exits/_fadeOutUpBig.scss
84
+ - stylesheets/animate/animations/flippers/_flip.scss
85
+ - stylesheets/animate/animations/flippers/_flipInX.scss
86
+ - stylesheets/animate/animations/flippers/_flipInY.scss
87
+ - stylesheets/animate/animations/flippers/_flipOutX.scss
88
+ - stylesheets/animate/animations/flippers/_flipOutY.scss
89
+ - stylesheets/animate/animations/rotating-entrances/_rotateIn.scss
90
+ - stylesheets/animate/animations/rotating-entrances/_rotateInDownLeft.scss
91
+ - stylesheets/animate/animations/rotating-entrances/_rotateInDownRight.scss
92
+ - stylesheets/animate/animations/rotating-entrances/_rotateInUpLeft.scss
93
+ - stylesheets/animate/animations/rotating-entrances/_rotateInUpRight.scss
94
+ - stylesheets/animate/animations/rotating-exits/_rotateOut.scss
95
+ - stylesheets/animate/animations/rotating-exits/_rotateOutDownLeft.scss
96
+ - stylesheets/animate/animations/rotating-exits/_rotateOutDownRight.scss
97
+ - stylesheets/animate/animations/rotating-exits/_rotateOutUpLeft.scss
98
+ - stylesheets/animate/animations/rotating-exits/_rotateOutUpRight.scss
99
+ - stylesheets/animate/animations/specials/_hinge.scss
100
+ - stylesheets/animate/animations/specials/_rollIn.scss
101
+ - stylesheets/animate/animations/specials/_rollOut.scss
102
+ - stylesheets/animate/css3/_animation.scss
103
+ - stylesheets/animate/css3/_backface-visibility.scss
104
+ - stylesheets/animate/css3/_transform.scss
105
+ - stylesheets/animate/css3/animation/_animation-delay.scss
106
+ - stylesheets/animate/css3/animation/_animation-direction.scss
107
+ - stylesheets/animate/css3/animation/_animation-duration.scss
108
+ - stylesheets/animate/css3/animation/_animation-fill-mode.scss
109
+ - stylesheets/animate/css3/animation/_animation-iteration-count.scss
110
+ - stylesheets/animate/css3/animation/_animation-name.scss
111
+ - stylesheets/animate/css3/animation/_animation-play-state.scss
112
+ - stylesheets/animate/css3/animation/_animation-timing-function.scss
113
+ - stylesheets/animate/utilities/_mixins.scss
113
114
  homepage: https://github.com/adamstac/animate.sass
114
115
  licenses: []
115
116
  post_install_message:
@@ -124,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
125
  version: '0'
125
126
  segments:
126
127
  - 0
127
- hash: 1261228618299381139
128
+ hash: 1436741374526667310
128
129
  required_rubygems_version: !ruby/object:Gem::Requirement
129
130
  none: false
130
131
  requirements:
@@ -1,3 +0,0 @@
1
- @import "css3/animation";
2
- @import "css3/transform";
3
- @import "css3/backface-visibility";
@@ -1 +0,0 @@
1
- @import "helpers/mixins";