middleman-oulu 0.5.27 → 0.5.28
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/assets/stylesheets/settings/mixins/_grids.css.sass +11 -2
- data/lib/middleman-oulu/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ded38690260810ee495c7b66647a8264b33fadda
|
4
|
+
data.tar.gz: 77f18bd93b0d16eaf335c9df2449052e1de7ef37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ee6e00dd76d1e13aa198116d8f9c719c65d2cb4158714a1d3b4588b94cd5ad340a826f212ac1fee823b6a79e5dbc29748af9a95572bf6f3560a8094ddfbb87b
|
7
|
+
data.tar.gz: ae10fe9e1ca534a1a24de8e38842fd254fcf06045afdbd3b7f5f54c05eb56eb7ef5d99dcd7888c52e9940d2c89863fc4ebf9c6a07cdc5f5332c3cdcd468f7a16
|
@@ -1,3 +1,13 @@
|
|
1
|
+
=micro-clearfix
|
2
|
+
&
|
3
|
+
*zoom: 1
|
4
|
+
&:before,
|
5
|
+
&:after
|
6
|
+
content: ""
|
7
|
+
display: table
|
8
|
+
&:after
|
9
|
+
clear: both
|
10
|
+
|
1
11
|
// Extra small screen / phone
|
2
12
|
//** Deprecated `$screen-xs-min` as of v3.2.0
|
3
13
|
$screen-xs-min: $screen-xs !default
|
@@ -124,7 +134,7 @@ $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-poin
|
|
124
134
|
#{$grid-columns-row-class-name}
|
125
135
|
// カラムのマージン分だけ両サイドにネガティブマージンを取る
|
126
136
|
+margin(horizontal, ($columns-gutter-width / 2) * -1)
|
127
|
-
+
|
137
|
+
+micro-clearfix
|
128
138
|
// カラムをサイズごとに作る
|
129
139
|
$break-points: ()
|
130
140
|
@each $temp-break-point in $temp-break-points
|
@@ -133,7 +143,6 @@ $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-poin
|
|
133
143
|
$break-points: append($break-points, if($temp-break-point == 'md', $break-point-md-namespace, null))
|
134
144
|
$break-points: append($break-points, if($temp-break-point == 'lg', $break-point-lg-namespace, null))
|
135
145
|
$break-points: append($break-points, if($temp-break-point == 'xl', $break-point-xl-namespace, null))
|
136
|
-
content: $temp-columns-count
|
137
146
|
@each $break-point in $break-points
|
138
147
|
+break-points($break-point)
|
139
148
|
@for $i from 1 through $temp-columns-count
|
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.5.
|
4
|
+
version: 0.5.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|