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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9db8f0e2c2303aa1133e51350157d8468caa9e7b
4
- data.tar.gz: 30855e30824df8e29976a4eca0fed917ec88f8a2
3
+ metadata.gz: ded38690260810ee495c7b66647a8264b33fadda
4
+ data.tar.gz: 77f18bd93b0d16eaf335c9df2449052e1de7ef37
5
5
  SHA512:
6
- metadata.gz: 9b22277da0328cbe35327a8ac551488b111ecfd422fae6a2246cbbd4f785332e822f1fd64abc1ff3b9845c41cf15209d88940dc3ec44b0d0deced3b852db351b
7
- data.tar.gz: 177cb051492e5c25f9f584e38b3ca2e19e607ac72fb7d533ce78a39a353d9a0b902d444baaa787c0aca47129412a48c5553665d817538db3afaa31683728c8b1
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
- +pie-clearfix
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
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.5.27"
3
+ VERSION = "0.5.28"
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.5.27
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-05 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler