middleman-oulu 0.6.12 → 0.6.15

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: 1e22302445d6398a69a0b50fef8870914b6d3cd8
4
- data.tar.gz: 2c011e28c83f448b30e165ee72cd875d2421e6c2
3
+ metadata.gz: f02401ed8062e3d41be33f76bfe09d4ffd126dd2
4
+ data.tar.gz: 8f779de90dc1127a51efed98dbbf8e30171e019d
5
5
  SHA512:
6
- metadata.gz: 75ef9c1f66387b5204f289676729bdd70593e2d8122fdd3a05ea0a57bde82fec569d08e88a0d5452dce3309957f24b063ee111bde09a69b2bbc517250f205c95
7
- data.tar.gz: 891a7680ffacb54f70709ea1ed24d4c1e913c829667ba507f3d9ab21029dc8d1a227c8ee408c565d364877a0687a08ebc59d1e57751786ecaeed6ec1ecdf5adc
6
+ metadata.gz: 61e888df6ff427b96c48df0f91081c451004a49a8715b85ad7f98fd20383e8d1ab4071edc271376f73f5afacdcedeebef4738e96c2acfccb2b819544230332ce
7
+ data.tar.gz: 26e475b54e66dba3608b4c1f2086d5ef05609f1df2ef57f6cb0a71e4df4ec5e19c538aff2a0c1b7bd45e5d982050ffdf7df9fc21dbd03d2eb43d282629643a32
@@ -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
 
@@ -55,7 +55,7 @@ $fw: 400 !default
55
55
  $basic-sans-serif: "Lucida Grande", "Lucida Sans Unicode", Roboto, "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
56
56
  $basic-legacy-ie-sans-serif: "MS Pゴシック", "Lucida Sans Unicode", sans-serif !default
57
57
  $basic-bold-sans-serif: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
58
- $basic-serif: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho, Meiryo, serif !default
58
+ $basic-serif: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho,'MS P明朝','MS PMincho', serif !default
59
59
  $basic-mono: Osaka-mono, "MS Gothic", monospace !default
60
60
  $basic-maru: "Varela Round", "Lucida Grande", "Lucida Sans Unicode", Roboto, "Droid Sans", "HG丸ゴシックM-PRO", "Hiragino Maru Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
61
61
  $basic-fonts: $basic-sans-serif !default
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.12"
3
+ VERSION = "0.6.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.12
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-17 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler