singularitygs 1.5.0 → 1.5.1
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 +4 -4
- data/lib/singularitygs.rb +2 -2
- data/stylesheets/singularitygs/api/_calc.scss +8 -4
- 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: 6a5b03761043033fa5024c387527d4a992b70e69
|
|
4
|
+
data.tar.gz: 258f173c9d2581ff1ed235d9f78de225c26ffc11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab312af3631a10baf1a09ea56a3658a8b7471b2e512eb1c623fcab9d7efdc20f020c4e867afce097ff203ed38b84a3c1729f35a5da6f62e967e0211bf17ad31f
|
|
7
|
+
data.tar.gz: 0d3609c4431fd47d3c9edb9c3620469438d9143a3133942cc1642cb66d57f514e7eabad66b93e10a2584ef2f37374bfa8fa741ac3b06324a606ac7d7b3ff97e0
|
data/lib/singularitygs.rb
CHANGED
|
@@ -129,12 +129,16 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
$
|
|
132
|
+
// Min width handling
|
|
133
|
+
@if $Min-Width != ')' {
|
|
134
|
+
$Min-Map: ('min-width': ('webkit' : -webkit-calc(#{unquote($Min-Width)}), 'standard': calc(#{unquote($Min-Width)}) ));
|
|
134
135
|
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
@if sgs-get('calc include min-width') {
|
|
137
|
+
$Return: map-merge($Return, $Min-Map);
|
|
138
|
+
}
|
|
137
139
|
}
|
|
140
|
+
|
|
141
|
+
$Span-Map: ('width': ('webkit': -webkit-calc(#{unquote($Width)}), 'standard': calc(#{unquote($Width)}) ) );
|
|
138
142
|
$Return: map-merge($Return, $Span-Map);
|
|
139
143
|
}
|
|
140
144
|
|
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.5.
|
|
4
|
+
version: 1.5.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: 2015-01-
|
|
12
|
+
date: 2015-01-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|