oulu-rails 0.6.13 → 0.6.14
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20d0080368dfe58781e0b14ecf746affd5f7b903
|
4
|
+
data.tar.gz: 3ebe6418bf0b8bd8cc55a18a1a4ee7abcaf42259
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8717423ae925429d9cdc92fe3cc7098fcf130d3841249e6ddd6c2f177d8845b3f8c0f016cb766fa2097f9f8542084ee5828398677d48047b8a36c899cd3af7b1
|
7
|
+
data.tar.gz: 16cc96c5307354f8a3145473a58f3d59da80a93fbed14e0bd65d9f5e22f8a1bd0c02d7138fcab1dbd9bd3f48ef838a4d560997a3b763f9ed5ec31583f98c1c72
|
data/lib/oulu-rails/version.rb
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2015-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass-rails
|