flint-gs 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flint/version.rb +1 -1
- data/stylesheets/flint/mixins/lib/_grid-overlay.scss +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62886b5d1da4b30195f794cb19def6853612d698
|
4
|
+
data.tar.gz: 59df3b41b742ec6d0c8920fd0eee3a8d77c997a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b7992401888cb0b2e7c5666bb3d667c33bd984db2d8b96dafa7c4fbca681b6eb7f74a400652d87248a91f9f3f3f888506e086d7dee5e4e8d686de5c9fe18c7a
|
7
|
+
data.tar.gz: 7bfb1df37d202c1fecb01386584cd2571d8946f083e893e01e737e425798c9f0fbe959ca224cc736976634ecb0e5966aea88642c1b1b1a2e720535123228dc7b
|
data/lib/flint/version.rb
CHANGED
@@ -11,12 +11,12 @@
|
|
11
11
|
/// @group Internal Mixins
|
12
12
|
///
|
13
13
|
@mixin flint-svg-grid($key, $breakpoint, $columns, $gutter) {
|
14
|
-
$svg: "<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'
|
15
|
-
<defs
|
16
|
-
<linearGradient id='gr' x1='0%' y1='0%' x2='100%' y2='0%'
|
17
|
-
<stop offset='0%' style='stop-color: #{$flint-overlay-color};'
|
18
|
-
<stop offset='100%' style='stop-color: #{lighten($flint-overlay-color, 10%)};'
|
19
|
-
</linearGradient
|
14
|
+
$svg: "<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>\A
|
15
|
+
<defs>\A
|
16
|
+
<linearGradient id='gr' x1='0%' y1='0%' x2='100%' y2='0%'>\A
|
17
|
+
<stop offset='0%' style='stop-color: #{$flint-overlay-color};' />\A
|
18
|
+
<stop offset='100%' style='stop-color: #{lighten($flint-overlay-color, 10%)};' />\A
|
19
|
+
</linearGradient>\A
|
20
20
|
</defs>";
|
21
21
|
|
22
22
|
@for $i from 1 through $columns {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flint-gs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ezekiel Gabrielse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|