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: de129b11d6c50177b60e1a7c9ffb5c104ac9aa45
4
- data.tar.gz: c75f50cb485dbe5ad6e3fb107c08c4306d14a14b
3
+ metadata.gz: fec7dcdb2e89263306541419351de4717fdf71ee
4
+ data.tar.gz: df337b11a2c7efc2edcbc9ab1d6209e35bbe04ae
5
5
  SHA512:
6
- metadata.gz: 1cab07dd141b9da9aa7f295d59a29ab71760f7071552f808a19143bebe16da91f5f18d65bfaee9a880993cefe61b4a31e05e7ed4645672acf505541ecc746cee
7
- data.tar.gz: 506d31ea053a5e0bd14a79b4a765309824a92ba1ea20197998677df62fb31dbe374be9b7069b59770799279d55bb67d1e017a14f47778b73088b0e85d33e98de
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: percentage(1 / $columns) 100%;
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 percentage($columns / $columns)
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 percentage($columns / $columns)
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 percentage($columns / $columns)
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: -1;
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.1
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: 2016-12-28 00:00:00.000000000 Z
11
+ date: 2017-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass