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 +4 -4
- data/app/assets/stylesheets/kentucky/_project-settings.scss +15 -3
- data/lib/kentucky/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26ffb233bd1eb70e90de0409aef1aa6f964d5d87
|
|
4
|
+
data.tar.gz: d7fb8a2117e8b9b4e5a5e8dd1bf8987778d19ed4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
55
|
-
$tablet:
|
|
56
|
-
$laptop:
|
|
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);
|
data/lib/kentucky/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|