kickstart_rails 0.3.411508638416 → 0.3.411509263864

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: e9a816a57d62ea037d643bcf1ac3bdfd3ae2064c
4
- data.tar.gz: ff14dceb845412a2db477cd100e52233258fd0c8
3
+ metadata.gz: 6dc49d22548286fa58fcdfec9d920e609768e019
4
+ data.tar.gz: 766b0aa7df197b9b3c69a5f5230975e6ab85f372
5
5
  SHA512:
6
- metadata.gz: dbc47d5c8fa42c9dd7a7acd2bdf9e779f4108dff5fce09d2411dc0742e82f0c2792641a317a8123b80bd567026e29ab409972f6ecaa16e5c8e2fc99fa67bbc23
7
- data.tar.gz: f74f7e92511cd5bb7646222cd1ca205d6e211775d5579029357e37876bc39b78fd13c4d9dbdb3695ca81994ce72b6d004f1e2ef4de315467b93017be84790ebe
6
+ metadata.gz: 252a66ddc52864f3c9c34307a12cb4bf9f76e4b6670e515599dc85ceaeed27134b102fd408a16aaafe15279dc9bc966c62023c41247ce9660633396df89a82c9
7
+ data.tar.gz: 5e3c5acdaf4f385b4e5c6e92b3a234c5eb041fa3200a3bcbb11817b90e95686b86a23ed1aae16df03d38ea9beb6e3da4fabdaa24313be1bc77bb0cda4b465b5b
@@ -55,21 +55,21 @@ $grid-gutter: 15px
55
55
  @if $push > 0
56
56
  +push($push)
57
57
 
58
- =column($type: 12, $pull: 0, $push: 0)
58
+ =column($columns: 12, $pull: 0, $push: 0)
59
59
  +set-column(12, 0, 0)
60
- @if $type == "half"
60
+ @if $columns == "half"
61
61
  @media screen and (min-width: $tablet)
62
62
  +set-column($grid-columns/2, 0, 0)
63
- @else if $type == "third"
63
+ @else if $columns == "third"
64
64
  @media screen and (min-width: $phablet)
65
65
  +set-column($grid-columns/2, 0, 0)
66
66
  @media screen and (min-width: $tablet)
67
67
  +set-column($grid-columns/3, 0, 0)
68
- @else if $type == "twothirds"
68
+ @else if $columns == "twothirds"
69
69
  @media screen and (min-width: $phablet)
70
70
  +set-column($grid-columns/2, 0, 0)
71
71
  @media screen and (min-width: $tablet)
72
72
  +set-column(($grid-columns * 2/3), 0, 0)
73
73
  @else
74
74
  @media screen and (min-width: $tablet)
75
- +set-column($type, $pull, $push)
75
+ +set-column($columns, $pull, $push)
@@ -34,7 +34,7 @@ $space: 25px
34
34
  $heading-font-family: 'Lato', helvetica neue, sans-serif
35
35
  $body-font-family: 'Lato', helvetica neue, sans-serif
36
36
  $base-font-size: 16px
37
- $default-font-color: map-get($gray, darkest)
37
+ $default-font-color: map-get($gray, darkest)
38
38
  $default-line-height: 1.4rem
39
39
 
40
40
  // --------------------------
@@ -44,7 +44,7 @@ $scalingFactor: 0.2vw
44
44
  $rootElement: (paddingV: 5px, paddingH: 12px)
45
45
 
46
46
  $default-font: $body-font-family
47
- $default-font-size: $base-font-size
47
+ $default-font-size: $base-font-size // TODO: Why?
48
48
 
49
49
  //
50
50
  // Core styling
@@ -1,3 +1,3 @@
1
1
  module Kickstart_rails
2
- VERSION = "0.3.411508638416"
2
+ VERSION = "0.3.411509263864"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kickstart_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.411508638416
4
+ version: 0.3.411509263864
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Kochanowicz