piecss 0.7.7 → 0.7.8

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
- SHA1:
3
- metadata.gz: 6c9a946ff4dad8e55eba3dc7d234e78d0d9aed5a
4
- data.tar.gz: 00e9d96eff39ebbad37ca9b84626ef350077e1dd
2
+ SHA256:
3
+ metadata.gz: 3519f28668e24e4bb8aa31abd883135a06cdf867dbd6e1d60fe1e28b39c62af6
4
+ data.tar.gz: 3ad0229e0aba0462d74d33a155601b04321707ba95eff746c4d63f823e0c7092
5
5
  SHA512:
6
- metadata.gz: f71103a761ed3ce89b9887741d2334c3a7f12eeb0ffe7e08d8cb3335004d20b827e3d542e46b715aa4d6e701e23c8d9b1a156a9619bcbc8a107cab31754af558
7
- data.tar.gz: f0cedfbbd8b97d8bbd63619da97e087134ef477b3cd91d177820c8f9c478f277c8e3ee7956ba2eeb32d2d3d4d1a414f6de9f79b6bef5094f651292fd1486d617
6
+ metadata.gz: a4b205040ce400eed62d63ae47aedbcc7d9bf29c69c3cf51656f338241f82f304822ee1fdb2ad289cbc894c38b1677447554701a6ccbbf6155c0d948a2990c43
7
+ data.tar.gz: d6aae4f8cb20272830e6cff9b55c4c4b418279442640a24b06b4d6264242585ac3794e6ec39a31a45517c9ec38aca30720aaefc8788712797cf02bacca00a69e
data/README.md CHANGED
@@ -12,6 +12,9 @@ gem install piecss
12
12
  \\ Install dependencies
13
13
  npm install
14
14
 
15
+ \\ Install Sassdoc
16
+ gem install sassdoc
17
+
15
18
  \\ Install scss lint
16
19
  gem install scss_lint
17
20
 
@@ -112,21 +112,21 @@
112
112
  @include pseudo-element("after") {
113
113
  position: fixed;
114
114
  z-index: 10;
115
- top: rhythm(2);
116
- left: rhythm(2);
115
+ top: 1ex;
116
+ left: 1ex;
117
117
  display: inline-block;
118
- padding: rhythm(2);
118
+ padding: 0 1ex;
119
119
  background: rgba($white, .9);
120
- color: $color-body;
121
120
  font-size: small;
122
121
  content: "no breakpoint, columns: #{$columns}";
123
- border: 2px solid mix($debug-color, $color-shadow, 90%);
122
+ border: 2px solid;
124
123
  }
125
124
  @each $breakpoint, $grid in $grids {
126
125
  @include breakpoint($breakpoint) {
127
126
  @include pseudo-element("after") {
128
127
  content: "#{$breakpoint}, columns: #{get-grid-columns($grid)}";
129
- border: 2px solid mix(get-grid-debug-color($grid), $color-shadow, 90%);
128
+ border: 2px solid;
129
+ color: get-grid-debug-color($grid);
130
130
  }
131
131
  }
132
132
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piecss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Babs Gosgens
@@ -121,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubyforge_project:
125
- rubygems_version: 2.6.13
124
+ rubygems_version: 3.0.6
126
125
  signing_key:
127
126
  specification_version: 4
128
127
  summary: A collection of tools for building responsive websites.