piecss 0.7.4 → 0.7.9

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: ff362c02e5dfd0393c367e1bf250778779833796
4
- data.tar.gz: 23e5f7421579950b32675eb1c637cbbf1936cca6
2
+ SHA256:
3
+ metadata.gz: 903dd17c78023abb1421f43c64c9f04fcbd3feefc200c0d4d3dd723c7a6b858e
4
+ data.tar.gz: bf2d1351f45bc8cf005fbc042c86e911aae8891cb5da765bf0857e093c936711
5
5
  SHA512:
6
- metadata.gz: 59f747fd74e8f51fab312d6018a38b4cafcbb11ec622ecd7560be50a32d117eaa6b387aafa50c4c9d7a7fc9566cc9b57f61d3b25a95e216de573e3843ef48d00
7
- data.tar.gz: 1832953cd4e54ad0c203a5166e9c800ac06fd90a00bf1ae68d1fa257a50693ed4bb9b2fe932e6e6e5a6e158a36c84b813b21ba9ee39df15159fd09bbb3e4422e
6
+ metadata.gz: c4ecefc10c4c0068c4bb7c4e46835a8f50012ef83763583658ef20f5e892d08c7c7c03a0f6627d83946055adf35273ddc7387fda03e43fe9994f82b2564c927d
7
+ data.tar.gz: 7616379411c15792e5beb0e3a87b7556b6c3c48cce7c3ca1f1448843ce9b056f45725350c64d8278c1ccdccc4ed716fdd19bfe15acc321e200fee30ecafaa524
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
 
@@ -1,13 +1,4 @@
1
1
  @charset "UTF-8";
2
- /*! piecss.scss v0.1 | MIT License | git.io/piecss/piecss */
3
- /* it's an official colour these days! */
4
- /* alternate spelling */
5
- /* alternate spelling */
6
- /* alternate spelling */
7
- /* alternate spelling */
8
- /* alternate spelling */
9
- /* alternate spelling */
10
- /* alternate spelling */
11
2
  /* it's an official colour these days! */
12
3
  /* alternate spelling */
13
4
  /* alternate spelling */
@@ -398,7 +389,7 @@ body, figure {
398
389
  * {
399
390
  box-sizing: border-box; }
400
391
 
401
- optgroupstrong {
392
+ optgroup strong {
402
393
  font-weight: bold; }
403
394
 
404
395
  em, dfn {
@@ -426,7 +417,6 @@ Styleguide 3.97.7
426
417
  .grid {
427
418
  column-count: 2;
428
419
  column-gap: 0; } }
429
-
430
420
  @media only screen and (min-width: 64em) {
431
421
  .grid {
432
422
  column-count: 4; } }
@@ -448,81 +438,5 @@ Button base
448
438
  */
449
439
  /* List */
450
440
  /* Debug */
451
- .debug-grid,
452
- .debug-layout {
453
- position: relative; }
454
- .debug-grid::before,
455
- .debug-layout::before {
456
- pointer-events: none;
457
- content: "";
458
- display: block;
459
- position: absolute;
460
- z-index: -1;
461
- left: 0;
462
- top: 0;
463
- width: 100%;
464
- height: 100%;
465
- background-color: transparent;
466
- background-repeat: repeat-x;
467
- background-position: 0 0;
468
- background-size: 25% 100%;
469
- background-image: linear-gradient(to right, rgba(255, 20, 147, 0.1) 0, rgba(255, 20, 147, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, rgba(255, 20, 147, 0.1) 0, rgba(255, 20, 147, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 100%); }
470
- @media only screen and (min-width: 20em) {
471
- .debug-grid::before,
472
- .debug-layout::before {
473
- background-size: 16.66667% 100%;
474
- background-image: linear-gradient(to right, rgba(255, 165, 0, 0.1) 0, rgba(255, 165, 0, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, rgba(255, 165, 0, 0.1) 0, rgba(255, 165, 0, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 100%); } }
475
- @media only screen and (min-width: 32.5em) {
476
- .debug-grid::before,
477
- .debug-layout::before {
478
- background-size: 11.11111% 100%;
479
- background-image: linear-gradient(to right, rgba(0, 255, 255, 0.1) 0, rgba(0, 255, 255, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, rgba(0, 255, 255, 0.1) 0, rgba(0, 255, 255, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 100%); } }
480
- @media only screen and (min-width: 64em) {
481
- .debug-grid::before,
482
- .debug-layout::before {
483
- background-size: 8.33333% 100%;
484
- background-image: linear-gradient(to right, rgba(102, 51, 153, 0.1) 0, rgba(102, 51, 153, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, rgba(102, 51, 153, 0.1) 0, rgba(102, 51, 153, 0.1) 12px, transparent 12px, transparent 100%), linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 100%); } }
485
-
486
- .debug-grid,
487
- .debug-rhythm {
488
- background-image: linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%);
489
- background-size: 16px 16px; }
490
-
491
- .debug-grid,
492
- .debug-breakpoint {
493
- position: relative; }
494
- .debug-grid::after,
495
- .debug-breakpoint::after {
496
- position: fixed;
497
- z-index: 10;
498
- top: 16px;
499
- left: 16px;
500
- display: inline-block;
501
- padding: 16px;
502
- background: rgba(255, 255, 255, 0.9);
503
- color: #000;
504
- font-size: small;
505
- content: "no breakpoint, columns: 4";
506
- border: 2px solid #e61284; }
507
- @media only screen and (min-width: 20em) {
508
- .debug-grid::after,
509
- .debug-breakpoint::after {
510
- content: "(min-width: 20em), columns: 6";
511
- border: 2px solid #e69500; } }
512
- @media only screen and (min-width: 32.5em) {
513
- .debug-grid::after,
514
- .debug-breakpoint::after {
515
- content: "(min-width: 32.5em), columns: 9";
516
- border: 2px solid #00e6e6; } }
517
- @media only screen and (min-width: 64em) {
518
- .debug-grid::after,
519
- .debug-breakpoint::after {
520
- content: "(min-width: 64em), columns: 12";
521
- border: 2px solid #5c2e8a; } }
522
441
 
523
- /*
524
- @import "piecss/behavior/base";
525
- @import "piecss/behavior/grid";
526
- @import "piecss/behavior/form";
527
- @import "piecss/behavior/list";
528
- */
442
+ /*# sourceMappingURL=_behavior.css.map */
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "mappings": "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",
4
+ "sources": ["settings/_colour.scss","_behavior.scss","behavior/base/_collection.scss","utilities/_collection.scss","behavior/layout/_grid.scss","utilities/_breakpoint.scss","behavior/form/_form.scss","behavior/form/_settings.scss","behavior/button/_button.scss"],
5
+ "names": [],
6
+ "file": "_behavior.css"
7
+ }
@@ -0,0 +1,10 @@
1
+ /* it's an official colour these days! */
2
+ /* alternate spelling */
3
+ /* alternate spelling */
4
+ /* alternate spelling */
5
+ /* alternate spelling */
6
+ /* alternate spelling */
7
+ /* alternate spelling */
8
+ /* alternate spelling */
9
+
10
+ /*# sourceMappingURL=_settings.css.map */
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "mappings": "AAkBA,yCAAyC;AAsBzC,wBAAwB;AAYxB,wBAAwB;AAMxB,wBAAwB;AAWxB,wBAAwB;AAkBxB,wBAAwB;AAOxB,wBAAwB;AAqDxB,wBAAwB",
4
+ "sources": ["settings/_colour.scss"],
5
+ "names": [],
6
+ "file": "_settings.css"
7
+ }
@@ -0,0 +1,3 @@
1
+
2
+
3
+ /*# sourceMappingURL=_utilities.css.map */
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "mappings": "",
4
+ "sources": [],
5
+ "names": [],
6
+ "file": "_utilities.css"
7
+ }
@@ -269,8 +269,8 @@ $base-collection: add-properties(
269
269
  $base-collection,
270
270
  "mark",
271
271
  (
272
- background: $yellow,
273
- color: $color-body
272
+ background: $color-accent,
273
+ color: $white
274
274
  )
275
275
  );
276
276
 
@@ -775,7 +775,7 @@ $base-collection: add-properties(
775
775
  $base-collection,
776
776
  "#{implode($reset-font-weight-to-italic, ", ")}",
777
777
  (
778
- font-style: italic
778
+ font-weight: italic
779
779
  )
780
780
  );
781
781
 
@@ -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
  }
@@ -82,7 +82,7 @@ $wings: 0;
82
82
 
83
83
  ///
84
84
  /// (Totally arbitrary) Default breakpoint grids.
85
- /// The first breakpoint should be a `$lt-###` breakpoint and will be condiered
85
+ /// The first breakpoint should be a `$lt-###` breakpoint and will be considered
86
86
  /// the default, smallest breakpoint.
87
87
  /// Serves as an example grid.
88
88
  ///
@@ -92,7 +92,7 @@ $wings: 0;
92
92
  ///
93
93
 
94
94
  $grids: (
95
- $gt-small-handheld: (
95
+ $lt-small-handheld: (
96
96
  debug-color: $orange, // #ffa500
97
97
  columns: 6,
98
98
  rhythm: $rhythm,
@@ -168,7 +168,7 @@
168
168
  @each $property in $selector {
169
169
 
170
170
  $_property: nth($property, 1);
171
- $_value: unquote(#{nth($property, 2)});
171
+ $_value: unquote("#{nth($property, 2)}");
172
172
 
173
173
  #{$_property}: $_value;
174
174
  }
@@ -168,7 +168,7 @@
168
168
  @if not($font-size) {
169
169
  $font-size: $argument;
170
170
  }
171
- @elseif not($line-height) {
171
+ @else if not($line-height) {
172
172
  $line-height: $argument;
173
173
  }
174
174
  }
@@ -190,7 +190,7 @@
190
190
  @if $font-size and $line-height {
191
191
  $font: append($font, #{$font-size}/#{$line-height});
192
192
  }
193
- @elseif $font-size {
193
+ @else if $font-size {
194
194
  $font: append($font, #{$font-size});
195
195
  }
196
196
  $font: append($font, #{$font-family});
@@ -62,10 +62,10 @@
62
62
  // Now, calculate the correct contextual value in requested unit
63
63
  @if unit($unit) == "px" {
64
64
  }
65
- @elseif unit($unit) == "%" {
65
+ @else if unit($unit) == "%" {
66
66
  $number: percentage($number / $context);
67
67
  }
68
- @elseif unit($unit) == "rem" {
68
+ @else if unit($unit) == "rem" {
69
69
  $number: $number / $default-font-size * $unit;
70
70
  }
71
71
  @else {
@@ -124,13 +124,13 @@
124
124
 
125
125
  @if unit($value) == "px" {
126
126
  }
127
- @elseif unit($value) == "rem" {
127
+ @else if unit($value) == "rem" {
128
128
  $value: rem-to-px($value);
129
129
  }
130
- @elseif unit($value) == "em" {
130
+ @else if unit($value) == "em" {
131
131
  $value: em-to-px($value, $context);
132
132
  }
133
- @elseif unit($value) == "%" {
133
+ @else if unit($value) == "%" {
134
134
  $value: percentage-to-px($value);
135
135
  }
136
136
 
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
4
+ version: 0.7.9
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-07-03 00:00:00.000000000 Z
11
+ date: 2020-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -33,8 +33,14 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - README.md
35
35
  - lib/piecss.rb
36
+ - sass/piecss/_behavior.css
37
+ - sass/piecss/_behavior.css.map
36
38
  - sass/piecss/_behavior.scss
39
+ - sass/piecss/_settings.css
40
+ - sass/piecss/_settings.css.map
37
41
  - sass/piecss/_settings.scss
42
+ - sass/piecss/_utilities.css
43
+ - sass/piecss/_utilities.css.map
38
44
  - sass/piecss/_utilities.scss
39
45
  - sass/piecss/behavior/anchor/_anchor.scss
40
46
  - sass/piecss/behavior/anchor/_settings.scss
@@ -59,7 +65,7 @@ files:
59
65
  - sass/piecss/behavior/layout/_leader.scss
60
66
  - sass/piecss/behavior/layout/_trailer.scss
61
67
  - sass/piecss/behavior/layout/_wings.scss
62
- - sass/piecss/behavior/list/_list.scss
68
+ - sass/piecss/behavior/list/_behavior.scss
63
69
  - sass/piecss/behavior/list/_settings.scss
64
70
  - sass/piecss/settings/_breakpoint.scss
65
71
  - sass/piecss/settings/_colour.scss
@@ -87,11 +93,10 @@ files:
87
93
  - sass/piecss/utilities/_svg.scss
88
94
  - sass/piecss/utilities/_typography.scss
89
95
  - sass/piecss/utilities/_unit.scss
96
+ - templates/project/_sets.scss
90
97
  - templates/project/_sets/_button.scss
91
98
  - templates/project/_sets/_form.scss
92
- - templates/project/_sets.scss
93
99
  - templates/project/_settings.scss
94
- - templates/project/assets/css/screen.css
95
100
  - templates/project/assets/images/piecss.png
96
101
  - templates/project/assets/images/piecss.svg
97
102
  - templates/project/examples.html
@@ -99,7 +104,7 @@ files:
99
104
  - templates/project/screen.scss
100
105
  homepage: https://github.com/piecss/piecss
101
106
  licenses:
102
- - ISC
107
+ - MIT
103
108
  metadata: {}
104
109
  post_install_message:
105
110
  rdoc_options: []
@@ -116,8 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
121
  - !ruby/object:Gem::Version
117
122
  version: '0'
118
123
  requirements: []
119
- rubyforge_project:
120
- rubygems_version: 2.0.14.1
124
+ rubygems_version: 3.0.6
121
125
  signing_key:
122
126
  specification_version: 4
123
127
  summary: A collection of tools for building responsive websites.