bourbon 0.1.6 → 0.1.7
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/app/assets/stylesheets/_bourbon.scss +0 -1
- data/readme.md +0 -13
- metadata +4 -4
data/readme.md
CHANGED
|
@@ -282,19 +282,6 @@ Shade is a mix of a color with black. Shade takes a color and a percent argument
|
|
|
282
282
|
|
|
283
283
|
##Add-ons
|
|
284
284
|
|
|
285
|
-
###Animation-Keyframes
|
|
286
|
-
|
|
287
|
-
Animation-keyframes can be called using the *animation-name* mixin; alternatively the *animation-basic* mixin can be used. Supports Webkit browsers and Mozilla 5.0+.
|
|
288
|
-
|
|
289
|
-
.spinner {
|
|
290
|
-
@include animation-name(spin);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.spinner {
|
|
294
|
-
@include animation-basic(spin, 2.0s, ease-in);
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
|
|
298
285
|
###Buttons
|
|
299
286
|
|
|
300
287
|
The button add-on provides well-designed buttons with a single line in your CSS.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bourbon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,11 +11,11 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2011-09-
|
|
14
|
+
date: 2011-09-07 00:00:00.000000000Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: sass
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &70185428679680 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
@@ -23,7 +23,7 @@ dependencies:
|
|
|
23
23
|
version: '3.1'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *70185428679680
|
|
27
27
|
description: ! 'The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive
|
|
28
28
|
framework of
|
|
29
29
|
|