kentucky 0.5.0 → 0.5.1

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: 32565bc4ad2ed1c912768f6b2d43eead4e28426a
4
- data.tar.gz: 9933658c3f148f07c1ba7e1f8cc989709cd4400c
3
+ metadata.gz: 26ffb233bd1eb70e90de0409aef1aa6f964d5d87
4
+ data.tar.gz: d7fb8a2117e8b9b4e5a5e8dd1bf8987778d19ed4
5
5
  SHA512:
6
- metadata.gz: a7b0e1c0ff9a069c57b21855a0dad6e3f93dfcc71d940aa700db4ea5ce33a5b773844a1b328f84d9f1922321a35ae6a3437ed73939b6e01f66e485bcd8221bb1
7
- data.tar.gz: 9aa02b0f8aa0794a02f247e4e4c83fcc520dd153e73e3c7cad53681a4f9fd03919e9886b0afac5e82bedd6b2a2b7ff1d46ba9e3e6dc664785c7bdbd2dfa2994d
6
+ metadata.gz: 5bee4e73836e4d9289c9023711a0920b26ccaf45f77127ddcae629efc3e135766d61552c3948f566dff836ab5b227071922a29f866047d7b0c503e607633f5a7
7
+ data.tar.gz: 666c0972ad5842256152201cc75aea4392128621ceb5b4b1cc7850acb00933ec09177490ae07eeec46316a5cce723c0e3ac6fc905005cefefca0de74770c4085
@@ -45,13 +45,25 @@ $kilo-size: 48px !default;
45
45
  $milli-size: 12px !default;
46
46
  $micro-size: 10px !default;
47
47
 
48
+
49
+ // ------------------------------------------------------------------- //
50
+ // Font Weights
51
+ // ------------------------------------------------------------------- //
52
+
53
+ $lightest: 100 !default;
54
+ $light: 300 !default;
55
+ $normal: 400 !default;
56
+ $semibold: 600 !default;
57
+ $bold: 700 !default;
58
+ $black: 900 !default;
59
+
48
60
  // ------------------------------------------------------------------- //
49
61
  // Media Query Widths
50
62
  //
51
63
  // [max-width] [in pixels] [columns]
52
64
  // ------------------------------------------------------------------- //
53
65
 
54
- $mobile: new-breakpoint(max-width 480px 4);
55
- $tablet: new-breakpoint(max-width 990px 8);
56
- $laptop: new-breakpoint(max-width 1440px 12);
66
+ $mobile: new-breakpoint(max-width 480px 4);
67
+ $tablet: new-breakpoint(max-width 990px 8);
68
+ $laptop: new-breakpoint(max-width 1440px 12);
57
69
  $desktop: new-breakpoint(max-width 1920px 12);
@@ -1,3 +1,3 @@
1
1
  module Kentucky
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kentucky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Clemmer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-08 00:00:00.000000000 Z
13
+ date: 2013-11-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sass
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  requirements: []
164
164
  rubyforge_project:
165
- rubygems_version: 2.1.10
165
+ rubygems_version: 2.1.11
166
166
  signing_key:
167
167
  specification_version: 4
168
168
  summary: Kentucky Bourbon, Neat Grid System and SCSS Mixins