compass-recipes 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/stylesheets/recipes/animation/_fade.scss +29 -0
- data/stylesheets/recipes/animation/_timing-function.scss +29 -0
- data/stylesheets/recipes/form/_element.scss +0 -1
- data/stylesheets/recipes/ui/_button.scss +120 -0
- data/stylesheets/recipes/ui/button/_state-selectors.scss +40 -0
- data/stylesheets/recipes/ui/button/style/_default.scss +12 -0
- data/stylesheets/recipes/ui/button/style/todo/_bonbon.scss +489 -0
- data/stylesheets/recipes/ui/button/style/todo/_bourbon.scss +169 -0
- data/stylesheets/recipes/ui/button/style/todo/_fancy.sass +178 -0
- data/stylesheets/recipes/ui/button/style/todo/_necolas-animated.scss +81 -0
- data/stylesheets/recipes/ui/button/style/todo/_ubuwaits.scss +654 -0
- metadata +15 -5
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-recipes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Maxime Thirouin
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-26 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: compass
|
@@ -57,6 +57,8 @@ files:
|
|
57
57
|
- stylesheets/recipes/_shape.scss
|
58
58
|
- stylesheets/recipes/_shared.scss
|
59
59
|
- stylesheets/recipes/_ui.scss
|
60
|
+
- stylesheets/recipes/animation/_fade.scss
|
61
|
+
- stylesheets/recipes/animation/_timing-function.scss
|
60
62
|
- stylesheets/recipes/effect/_glass.scss
|
61
63
|
- stylesheets/recipes/enhancement/_corner-folded.scss
|
62
64
|
- stylesheets/recipes/form/_element.scss
|
@@ -91,11 +93,19 @@ files:
|
|
91
93
|
- stylesheets/recipes/shared/_clearfix.scss
|
92
94
|
- stylesheets/recipes/shared/_list-inline-block.scss
|
93
95
|
- stylesheets/recipes/shared/_pseudo-element.scss
|
96
|
+
- stylesheets/recipes/ui/_button.scss
|
94
97
|
- stylesheets/recipes/ui/_convex.scss
|
95
98
|
- stylesheets/recipes/ui/_glossy.scss
|
96
99
|
- stylesheets/recipes/ui/_gradient.scss
|
97
100
|
- stylesheets/recipes/ui/_menu-dropdown.scss
|
98
101
|
- stylesheets/recipes/ui/border/_bevel.scss
|
102
|
+
- stylesheets/recipes/ui/button/_state-selectors.scss
|
103
|
+
- stylesheets/recipes/ui/button/style/_default.scss
|
104
|
+
- stylesheets/recipes/ui/button/style/todo/_bonbon.scss
|
105
|
+
- stylesheets/recipes/ui/button/style/todo/_bourbon.scss
|
106
|
+
- stylesheets/recipes/ui/button/style/todo/_fancy.sass
|
107
|
+
- stylesheets/recipes/ui/button/style/todo/_necolas-animated.scss
|
108
|
+
- stylesheets/recipes/ui/button/style/todo/_ubuwaits.scss
|
99
109
|
homepage: http://moox.github.com/compass-recipes
|
100
110
|
licenses: []
|
101
111
|
|
@@ -125,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
135
|
requirements: []
|
126
136
|
|
127
137
|
rubyforge_project: compass-recipes
|
128
|
-
rubygems_version: 1.8.
|
138
|
+
rubygems_version: 1.8.15
|
129
139
|
signing_key:
|
130
140
|
specification_version: 3
|
131
141
|
summary: Recipes for Compass
|