piecss 0.7.2 → 0.7.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fec7dcdb2e89263306541419351de4717fdf71ee
4
- data.tar.gz: df337b11a2c7efc2edcbc9ab1d6209e35bbe04ae
3
+ metadata.gz: c0578659bdd3d6496af2ad97d1c567700c251c8a
4
+ data.tar.gz: dc6a29e77d5f28438c997bdaf8a0bdd2695d2c7a
5
5
  SHA512:
6
- metadata.gz: fa2f762246f31589adc102f9e3d101476f1392e2058a6c14534fd1f5302b87bdc20e9494dfe2a8fa9b0b49900b36b9238de3cd136c3099b7f3c708382d4394a1
7
- data.tar.gz: 17e44ab58caa5ef5e1460d6bea56ebe9ad570f87d7074e52850da12b2853442fbbb5aeaf21df5b73dc25851ce474cdf44fab1276d31b341c7c4ce3dc1b13d316
6
+ metadata.gz: 129199bc3dd4f5310d8c0071b778751b44015605cd1e26dcf05f670ea80b58c2b5adc3f1466e69c862c6d67e39dca9995ed770536f8b840837426b7f885c4c81
7
+ data.tar.gz: 9b0670d35ba41ab1e76c47766aa41990c335e0243528265916d2973c8bd39814dcbbf3de49300194b29d4510136ae7cb442d025e5849cd451a24cacd7b7becd6
@@ -775,7 +775,7 @@ $base-collection: add-properties(
775
775
  $base-collection,
776
776
  "#{implode($reset-font-weight-to-italic, ", ")}",
777
777
  (
778
- font-weight: italic
778
+ font-style: italic
779
779
  )
780
780
  );
781
781
 
@@ -90,8 +90,13 @@
90
90
  ///
91
91
 
92
92
  @mixin debug-rhythm($color) {
93
- background-image: linear-gradient($color 50%, transparent 50%);
94
- background-size: 2 * $rhythm 2 * $rhythm;
93
+ @each $breakpoint, $grid in $grids {
94
+ $rhythm: get-grid-rhythm($grid);
95
+ @include breakpoint($breakpoint) {
96
+ background-image: linear-gradient($color 50%, transparent 50%);
97
+ background-size: 2 * $rhythm 2 * $rhythm;
98
+ }
99
+ }
95
100
  }
96
101
 
97
102
  ///
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.2
4
+ version: 0.7.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Babs Gosgens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-17 00:00:00.000000000 Z
11
+ date: 2017-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass