oulu-rails 0.6.13 → 0.6.14

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: 2a63b37ae5ec88b8fca16ec8099f347c04c96bea
4
- data.tar.gz: 6c1d76c8c052de8394ce7e79a9fc633d6d7891d0
3
+ metadata.gz: 20d0080368dfe58781e0b14ecf746affd5f7b903
4
+ data.tar.gz: 3ebe6418bf0b8bd8cc55a18a1a4ee7abcaf42259
5
5
  SHA512:
6
- metadata.gz: 79e29cebe0bfaae82de55d22b94b5030145d19f65310c424146e0668d62db1af43ac3b6ff958ece0d77b68abdc31bf9795b284116dc3396745e6b838419ba2ac
7
- data.tar.gz: cedbc89cad42ccf5485f2566b8e0b193c1574bb750caed794975c096945613f16e3101d302b8d1e5c66bcecb6102c455487859af0c2eebf3180df2b461a64ecb
6
+ metadata.gz: 8717423ae925429d9cdc92fe3cc7098fcf130d3841249e6ddd6c2f177d8845b3f8c0f016cb766fa2097f9f8542084ee5828398677d48047b8a36c899cd3af7b1
7
+ data.tar.gz: 16cc96c5307354f8a3145473a58f3d59da80a93fbed14e0bd65d9f5e22f8a1bd0c02d7138fcab1dbd9bd3f48ef838a4d560997a3b763f9ed5ec31583f98c1c72
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.6.13"
2
+ VERSION = "0.6.14"
3
3
  end
@@ -37,6 +37,9 @@ $screen-md-max: ($screen-lg-min - 1) !default
37
37
  =screen-lg
38
38
  @media only screen and (max-width: $screen-lg)
39
39
  @content
40
+ =screen-xl
41
+ @media only screen and (min-width: $screen-lg)
42
+ @content
40
43
 
41
44
  // カラムのラッパーのクラス名
42
45
  $row-class-name: '.row' !default
@@ -52,7 +55,7 @@ $break-point-lg-namespace: 'lg-' !default
52
55
  $break-point-xl-namespace: 'xl-' !default
53
56
 
54
57
  // ブレイクポイントを配列にする
55
- $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-point-md-namespace, $break-point-lg-namespace
58
+ $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-point-md-namespace, $break-point-lg-namespace, $break-point-xl-namespace
56
59
 
57
60
  // デバイスごとの media query を作る
58
61
  =break-points($break-point: $break-point-xs-namespace)
@@ -67,7 +70,7 @@ $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-poin
67
70
  @else if $screen-lg and $break-point == $break-point-lg-namespace
68
71
  @media only screen and (min-width: $screen-md)
69
72
  @content
70
- @else if $break-point == $break-point-xl-namespace
73
+ @else if $screen-lg and $break-point == $break-point-xl-namespace
71
74
  @media only screen and (min-width: $screen-lg)
72
75
  @content
73
76
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.13
4
+ version: 0.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-08 00:00:00.000000000 Z
11
+ date: 2015-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails