typey 1.0.0.beta.4 → 1.0.0.beta.5

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: 3c34a6c9a1229a5c6480eda7888c845b2d1e0d87
4
- data.tar.gz: 3f1739d241e3b08ce58012fc3df38d543686be51
3
+ metadata.gz: f0b4078ef4f9a9b70e8ef1a26edc31a47941f512
4
+ data.tar.gz: 0d703fca1ea7bc85931a7ee173eaefe74e610851
5
5
  SHA512:
6
- metadata.gz: 7c63e99105893f1bcd7f745d0fb5993e82447eb9236aa29e210b4631791b465229b6cdb8d4c3f1ef462c092bcabfab7f94b73c91476799af458898a41065a156
7
- data.tar.gz: 38058da73fcf796f85e441fa34ccaaa6d8475dc46280c7fde25e87efaeba41ec7c286f6ad2a4945a12f4f4a6793635349db293560f8851b05b7afa4b7c6cc860
6
+ metadata.gz: 12ddfbfc135e9826f830bba6b33f92d370ecedbaa4520a8b0ac33b51c36671e5b28305844c20a4a143aec8102b4a59dd72303de1b65f0a429ef71190fa5d5961
7
+ data.tar.gz: 436131cc1a02f2b9f5d95a561dd1ce1be90f22083175604bafd8161a45f6ea9c12dfe332a4185dbee2955eff77c3a36c73ba3527877b1207b3d5cb7c4379d5a5
@@ -1,13 +1,13 @@
1
1
  // Three standard do-all stacks.
2
2
  $serif-stack: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
3
3
  $sans-serif-stack: "Helvetica Neue", Helvetica, Arial, sans-serif;
4
- $monospaced-stack: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
4
+ $monospaced-stack: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace, monospace;
5
5
 
6
6
  // Specific font stacks.
7
7
  $arial-stack: Arial, "Helvetica Neue", Helvetica, sans-serif;
8
8
  $helvetica-stack: "Helvetica Neue", Helvetica, Arial, sans-serif;
9
9
  $baskerville-stack: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
10
- $monaco-stack: Monaco, Consolas, "Lucida Console", monospace;
10
+ $monaco-stack: Monaco, Consolas, "Lucida Console", monospace, monospace;
11
11
  $trebuchet-ms-stack: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
12
12
 
13
13
  // Extend a font by adding a web-safe stack to it.
@@ -50,7 +50,7 @@
50
50
  line-height: $x * $base-line-height;
51
51
  }
52
52
  @if type-of($x) == "number" and not unitless($x) {
53
- @if unit($size) == px {
53
+ @if unit($x) == px {
54
54
  line-height: $x;
55
55
  }
56
56
  @else {
data/typey.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.homepage = 'http://github.com/jptaranto/typey'
9
9
  spec.rubyforge_project =
10
10
 
11
- spec.version = '1.0.0.beta.4'
12
- spec.date = '2015-07-01'
11
+ spec.version = '1.0.0.beta.5'
12
+ spec.date = '2015-07-06'
13
13
  spec.licenses = ['GPL-2']
14
14
 
15
15
  spec.authors = ['Jack Taranto']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typey
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.4
4
+ version: 1.0.0.beta.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Taranto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-01 00:00:00.000000000 Z
11
+ date: 2015-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: 1.3.1
66
66
  requirements: []
67
- rubyforge_project: 1.0.0.beta.4
67
+ rubyforge_project: 1.0.0.beta.5
68
68
  rubygems_version: 2.4.6
69
69
  signing_key:
70
70
  specification_version: 4