piecss 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff362c02e5dfd0393c367e1bf250778779833796
4
- data.tar.gz: 23e5f7421579950b32675eb1c637cbbf1936cca6
3
+ metadata.gz: 4722ef2bd1986bebaba0068dbb01b79647d3927d
4
+ data.tar.gz: 617f22402df2a0d062175bf3d2ae1f0c1aee1649
5
5
  SHA512:
6
- metadata.gz: 59f747fd74e8f51fab312d6018a38b4cafcbb11ec622ecd7560be50a32d117eaa6b387aafa50c4c9d7a7fc9566cc9b57f61d3b25a95e216de573e3843ef48d00
7
- data.tar.gz: 1832953cd4e54ad0c203a5166e9c800ac06fd90a00bf1ae68d1fa257a50693ed4bb9b2fe932e6e6e5a6e158a36c84b813b21ba9ee39df15159fd09bbb3e4422e
6
+ metadata.gz: eccc0042d69f8a7bf08963fa9b9f1c51ad4b0c252ed46a0a344ef1ecc72b692050cf32d623bae07227c4d50377632ea34926727e9b7066b1b35626cbeef6eae6
7
+ data.tar.gz: 21c180da87cb29b95eb6861bf4a58f2138b7d4ff819058cb556289b9766add8be639322901cdf488a4b28f136868f012cc3b9eab38ce106ed7b55dfa3a89fe2e
@@ -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
+ }
@@ -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
 
@@ -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
  }
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.5
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: 2018-07-23 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
@@ -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: []
@@ -117,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
122
  version: '0'
118
123
  requirements: []
119
124
  rubyforge_project:
120
- rubygems_version: 2.0.14.1
125
+ rubygems_version: 2.6.13
121
126
  signing_key:
122
127
  specification_version: 4
123
128
  summary: A collection of tools for building responsive websites.