piecss 0.7.1 → 0.7.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fec7dcdb2e89263306541419351de4717fdf71ee
|
4
|
+
data.tar.gz: df337b11a2c7efc2edcbc9ab1d6209e35bbe04ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa2f762246f31589adc102f9e3d101476f1392e2058a6c14534fd1f5302b87bdc20e9494dfe2a8fa9b0b49900b36b9238de3cd136c3099b7f3c708382d4394a1
|
7
|
+
data.tar.gz: 17e44ab58caa5ef5e1460d6bea56ebe9ad570f87d7074e52850da12b2853442fbbb5aeaf21df5b73dc25851ce474cdf44fab1276d31b341c7c4ce3dc1b13d316
|
@@ -12,26 +12,26 @@
|
|
12
12
|
///
|
13
13
|
|
14
14
|
@mixin _columns($columns: $columns, $color: $black, $gutter-width: $gutter-width) {
|
15
|
-
background-size:
|
15
|
+
background-size: 1 / $columns * 100vw 100%;
|
16
16
|
// scss-lint:disable SpaceAfterPropertyColon
|
17
17
|
background-image:
|
18
18
|
linear-gradient(to right,
|
19
19
|
rgba($color, .1) 0,
|
20
20
|
rgba($color, .1) $gutter-width / 2,
|
21
21
|
transparent $gutter-width / 2,
|
22
|
-
transparent
|
22
|
+
transparent 100vw
|
23
23
|
),
|
24
24
|
linear-gradient(to left,
|
25
25
|
rgba($color, .1) 0,
|
26
26
|
rgba($color, .1) $gutter-width / 2,
|
27
27
|
transparent $gutter-width / 2,
|
28
|
-
transparent
|
28
|
+
transparent 100vw
|
29
29
|
),
|
30
30
|
linear-gradient(to left,
|
31
31
|
transparent 0%,
|
32
32
|
rgba($black, .5) 1px,
|
33
33
|
transparent 1px,
|
34
|
-
transparent
|
34
|
+
transparent 100vw
|
35
35
|
);
|
36
36
|
// scss-lint:disable SpaceAfterPropertyColon
|
37
37
|
}
|
@@ -39,6 +39,7 @@
|
|
39
39
|
|
40
40
|
|
41
41
|
|
42
|
+
|
42
43
|
///
|
43
44
|
/// Reveals the document's horizontal rhythm. Will automatically be mixed in
|
44
45
|
/// when [$debug-columns](./#variable-debug-layout) or when
|
@@ -54,7 +55,7 @@
|
|
54
55
|
content: "";
|
55
56
|
display: block;
|
56
57
|
position: absolute;
|
57
|
-
z-index:
|
58
|
+
z-index: 10;
|
58
59
|
left: 0;
|
59
60
|
top: 0;
|
60
61
|
width: 100%;
|
@@ -77,7 +77,7 @@
|
|
77
77
|
}
|
78
78
|
@if $_old_v != $_v and $force {
|
79
79
|
// Add it, the author may do this purposefully (warn him just in case)
|
80
|
-
@warn "Are you sure you want to declare \"#{$_p}\" again (\"#{$_old_v}\", \"#{$_v}\")?";
|
80
|
+
// @warn "Are you sure you want to declare \"#{$_p}\" again (\"#{$_old_v}\", \"#{$_v}\")?";
|
81
81
|
$_ps: append($_ps, $_p);
|
82
82
|
$_vs: append($_vs, $_v);
|
83
83
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: piecss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Babs Gosgens
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|