boarding_pass 1.0.0.beta1 → 1.0.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/vendor/_typeplate.scss +3 -3
- data/lib/boarding_pass/version.rb +1 -1
- data/package.json +1 -1
- data/preview/public/typography.css +0 -27
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc6c9a58bfbbde412c4ca474cef5477119dd746
|
4
|
+
data.tar.gz: 70f200b43233979e4b61f5137fbf82205a016346
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5147446dedaf171166ff2c848d29b25715adfb6afbdcb7d20b6f8db6966732d9afa9f5d81de5555ec0629c346ea2378508d9f28120b76fcf7aa44a9d122dc976
|
7
|
+
data.tar.gz: a6603de99d87efdd001a0046cb7fbf1eadf68873d5c36b5d62b0f1f66f1b3f8632990f551a70859f87e6f78b3e6ef59f4a5e19169283a13732377c421835a07d
|
@@ -579,9 +579,9 @@ $sizes: tera $tera, giga $giga, mega $mega, alpha $alpha, beta $beta, gamma $gam
|
|
579
579
|
// for each size in the scale, create a class
|
580
580
|
@each $size in $sizes {
|
581
581
|
.#{nth($size, 1)} {
|
582
|
-
@debug #{$measure};
|
583
|
-
@debug #{nth($size, 2)};
|
584
|
-
@debug #{$measure / nth($size, 2)};
|
582
|
+
// @debug #{$measure};
|
583
|
+
// @debug #{nth($size, 2)};
|
584
|
+
// @debug #{$measure / nth($size, 2)};
|
585
585
|
@include type-scale(nth($size, 2), $font-base, '#{$type-scale-unit-value}', $measure);
|
586
586
|
}
|
587
587
|
}
|
data/package.json
CHANGED
@@ -426,73 +426,46 @@ h1, h2, h3, h4, h5, h6 {
|
|
426
426
|
margin-top: 0; }
|
427
427
|
|
428
428
|
.tera {
|
429
|
-
@debug 29.7;
|
430
|
-
@debug 95.30552;
|
431
|
-
@debug 0.31163;
|
432
429
|
font-size: 95.30552px;
|
433
430
|
font-size: 5.29475rem;
|
434
431
|
margin-bottom: 0.31163rem; }
|
435
432
|
|
436
433
|
.giga {
|
437
|
-
@debug 29.7;
|
438
|
-
@debug 76.24442;
|
439
|
-
@debug 0.38954;
|
440
434
|
font-size: 76.24442px;
|
441
435
|
font-size: 4.2358rem;
|
442
436
|
margin-bottom: 0.38954rem; }
|
443
437
|
|
444
438
|
.mega {
|
445
|
-
@debug 29.7;
|
446
|
-
@debug 58.90329;
|
447
|
-
@debug 0.50422;
|
448
439
|
font-size: 58.90329px;
|
449
440
|
font-size: 3.27241rem;
|
450
441
|
margin-bottom: 0.50422rem; }
|
451
442
|
|
452
443
|
.alpha, h1 {
|
453
|
-
@debug 29.7;
|
454
|
-
@debug 47.12263;
|
455
|
-
@debug 0.63027;
|
456
444
|
font-size: 47.12263px;
|
457
445
|
font-size: 2.61792rem;
|
458
446
|
margin-bottom: 0.63027rem; }
|
459
447
|
|
460
448
|
.beta, h2 {
|
461
|
-
@debug 29.7;
|
462
|
-
@debug 36.405;
|
463
|
-
@debug 0.81582;
|
464
449
|
font-size: 36.405px;
|
465
450
|
font-size: 2.0225rem;
|
466
451
|
margin-bottom: 0.81582rem; }
|
467
452
|
|
468
453
|
.gamma, h3 {
|
469
|
-
@debug 29.7;
|
470
|
-
@debug 29.124;
|
471
|
-
@debug 1.01978;
|
472
454
|
font-size: 29.124px;
|
473
455
|
font-size: 1.618rem;
|
474
456
|
margin-bottom: 1.01978rem; }
|
475
457
|
|
476
458
|
.delta, h4 {
|
477
|
-
@debug 29.7;
|
478
|
-
@debug 22.5;
|
479
|
-
@debug 1.32;
|
480
459
|
font-size: 22.5px;
|
481
460
|
font-size: 1.25rem;
|
482
461
|
margin-bottom: 1.32rem; }
|
483
462
|
|
484
463
|
.epsilon, h5 {
|
485
|
-
@debug 29.7;
|
486
|
-
@debug 20.25;
|
487
|
-
@debug 1.46667;
|
488
464
|
font-size: 20.25px;
|
489
465
|
font-size: 1.125rem;
|
490
466
|
margin-bottom: 1.46667rem; }
|
491
467
|
|
492
468
|
.zeta, h6 {
|
493
|
-
@debug 29.7;
|
494
|
-
@debug 18;
|
495
|
-
@debug 1.65;
|
496
469
|
font-size: 18px;
|
497
470
|
font-size: 1rem;
|
498
471
|
margin-bottom: 1.65rem; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boarding_pass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael LaCroix
|
@@ -9,48 +9,48 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-08-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '3.2'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- -
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '3.2'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: bourbon
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '3.1'
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '3.1'
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: neat
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- -
|
46
|
+
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '1.2'
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
|
-
- -
|
53
|
+
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '1.2'
|
56
56
|
description: Boarding Pass provides a set of tools and defaults to quickly start web
|
@@ -61,9 +61,9 @@ executables: []
|
|
61
61
|
extensions: []
|
62
62
|
extra_rdoc_files: []
|
63
63
|
files:
|
64
|
-
- .gitignore
|
65
|
-
- .jshintrc
|
66
|
-
- .npmignore
|
64
|
+
- ".gitignore"
|
65
|
+
- ".jshintrc"
|
66
|
+
- ".npmignore"
|
67
67
|
- Gemfile
|
68
68
|
- LICENSE.txt
|
69
69
|
- README.md
|
@@ -108,17 +108,17 @@ require_paths:
|
|
108
108
|
- lib
|
109
109
|
required_ruby_version: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
|
-
- -
|
111
|
+
- - ">="
|
112
112
|
- !ruby/object:Gem::Version
|
113
113
|
version: '0'
|
114
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
115
|
requirements:
|
116
|
-
- -
|
116
|
+
- - ">"
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: 1.3.1
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.0
|
121
|
+
rubygems_version: 2.2.0
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: Boarding Pass provides a set of tools and defaults to quickly start web project
|