bourbon 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@
|
|
16
16
|
|
17
17
|
$full: compact($G1, $G2, $G3, $G4, $G5, $G6, $G7, $G8, $G9, $G10);
|
18
18
|
|
19
|
-
background-color:
|
20
|
-
background-image:
|
21
|
-
background-image:
|
22
|
-
background-image:
|
23
|
-
background-image:
|
24
|
-
background-image:
|
25
|
-
background-image:
|
19
|
+
background-color: nth($G1, 1);
|
20
|
+
background-image: -webkit-gradient(linear, left top, left bottom, from($G1), to($G2)); /* Saf4+, Chrome */
|
21
|
+
background-image: -webkit-linear-gradient($pos, $full);
|
22
|
+
background-image: -moz-linear-gradient($pos, $full);
|
23
|
+
background-image: -ms-linear-gradient($pos, $full);
|
24
|
+
background-image: -o-linear-gradient($pos, $full);
|
25
|
+
background-image: unquote("linear-gradient(#{$pos}, #{$full})");
|
26
26
|
}
|
27
27
|
|
28
28
|
// Usage: Gradient position is optional, default is top. Position can be a degree. Color stops are optional as well.
|
@@ -8,12 +8,12 @@
|
|
8
8
|
|
9
9
|
$full: compact($G1, $G2, $G3, $G4, $G5, $G6, $G7, $G8, $G9, $G10);
|
10
10
|
|
11
|
-
background-color:
|
12
|
-
background-image:
|
13
|
-
background-image:
|
14
|
-
background-image:
|
15
|
-
background-image:
|
16
|
-
background-image:
|
11
|
+
background-color: nth($G1, 1);
|
12
|
+
background-image: -webkit-radial-gradient($pos, $shape-size, $full);
|
13
|
+
background-image: -moz-radial-gradient($pos, $shape-size, $full);
|
14
|
+
background-image: -ms-radial-gradient($pos, $shape-size, $full);
|
15
|
+
background-image: -o-radial-gradient($pos, $shape-size, $full);
|
16
|
+
background-image: unquote("radial-gradient($pos, $shape-size, $full)");
|
17
17
|
}
|
18
18
|
|
19
19
|
// Usage: Gradient position and shape-size are required. Color stops are optional.
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -15,7 +15,7 @@ date: 2011-10-07 00:00:00.000000000Z
|
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sass
|
18
|
-
requirement: &
|
18
|
+
requirement: &70157445510040 !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: *70157445510040
|
27
27
|
description: ! 'The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive
|
28
28
|
framework of
|
29
29
|
|