singularitygs 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/singularitygs.rb +2 -2
- data/stylesheets/singularitygs/helpers/_background-grid.scss +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6ec9c64873e4c3031fb15e2defc57314856b400
|
4
|
+
data.tar.gz: 584ad5ffdb1bcc3faf0feabd075f07a6b62ef1f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 624cc03ec4c36e3ba3935bc12413cf4d6d28e63b175ed5540f03045a582555d9b959b4a54dbe68cb119fd5a692f5b9c4fdbc68f4831c26676b0542e14cc75666
|
7
|
+
data.tar.gz: 391f99e522a4506f5290846f2709ee5e5c4ffd3f1362b91b34df27f5b546c7b17f5862d5bd7ca7373b65a60b8fec1734525169c60c16b61972934c86b64168f3
|
data/lib/singularitygs.rb
CHANGED
@@ -217,11 +217,11 @@
|
|
217
217
|
|
218
218
|
@if $bkpt != -1px {
|
219
219
|
@include breakpoint($bkpt) {
|
220
|
-
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
|
220
|
+
background-image: unquote('linear-gradient(to #{opposite-direction($Direction)}, #{$Gradient})');
|
221
221
|
}
|
222
222
|
}
|
223
223
|
@else {
|
224
|
-
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
|
224
|
+
background-image: unquote('linear-gradient(to #{opposite-direction($Direction)}, #{$Gradient})');
|
225
225
|
}
|
226
226
|
}
|
227
227
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: singularitygs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Kellum
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-03
|
12
|
+
date: 2014-05-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: '1.2'
|
121
121
|
requirements: []
|
122
122
|
rubyforge_project: singularitygs
|
123
|
-
rubygems_version: 2.0.
|
123
|
+
rubygems_version: 2.0.14
|
124
124
|
signing_key:
|
125
125
|
specification_version: 4
|
126
126
|
summary: Singularity is a fluid grid system that can generate uniform columns as well
|