flint-gs 2.3.1 → 2.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8617d287d131be120f048d065a02d2a6a49486c9
4
- data.tar.gz: 091747339177f95851023a7652cc2b34cd13672f
3
+ metadata.gz: 62886b5d1da4b30195f794cb19def6853612d698
4
+ data.tar.gz: 59df3b41b742ec6d0c8920fd0eee3a8d77c997a6
5
5
  SHA512:
6
- metadata.gz: 662de90fc5ba6a73aeb433fbd2fc690937e7fc4fc4a0266ffb69332c33326893a0755dd1c1c97ee8bfb8ac9d4da5441cc96cc2e8c5e49f3db81269bf62ee60dd
7
- data.tar.gz: 71f59a948a3a6564985ffd239c0b11e67e220c8a70500028ba1dac69d1abbf87e6c3cd4ff48f01045722dbafe4bd7ee7d8847a508455dbeba72ee2f7864539c8
6
+ metadata.gz: 8b7992401888cb0b2e7c5666bb3d667c33bd984db2d8b96dafa7c4fbca681b6eb7f74a400652d87248a91f9f3f3f888506e086d7dee5e4e8d686de5c9fe18c7a
7
+ data.tar.gz: 7bfb1df37d202c1fecb01386584cd2571d8946f083e893e01e737e425798c9f0fbe959ca224cc736976634ecb0e5966aea88642c1b1b1a2e720535123228dc7b
data/lib/flint/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Flint
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
@@ -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.1
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-23 00:00:00.000000000 Z
11
+ date: 2015-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler