middleman-oulu 0.6.8 → 0.6.9

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: f4f58b42a0ffcbb056c849ed9fc59679b602f66f
4
- data.tar.gz: 9ec7329ed42291e1f92d7f5efb175cb517ae1758
3
+ metadata.gz: eb6d48b5c1926ff64c7d4f3ff7e92257d76c7b20
4
+ data.tar.gz: f3b444f724689da0caa9cbf036b2ed52460f7754
5
5
  SHA512:
6
- metadata.gz: 19b077a46608ffadb17fadb617ddf503ae84e554e5f17d0c528c5624ff6450bc5ce60d0e55fcd94d48828e6e36d9a7076586738707c6e4bea1bedea8003f85d2
7
- data.tar.gz: 11537325410dd106bef8677f297f24f4679cadeef28a5b1e6294213fb45d48623ab42e3a6206598be561d3fce835ef142be1a4521e3e421f560dc4df727c7f6d
6
+ metadata.gz: dc78150740c65221e57ce0011b89d771ccf38bed3e2b8e12bbc8af4e7e5e33a453b6d6dec86e8b8a2f924673bad157d8935af6df6fbc774f5163b37b0d7a5dd9
7
+ data.tar.gz: fc406501c75187508eba2215da904e78fc74e69a3b468f06b96b6862592448f1cec03b63179c634f02eeed8246978a9070c9d928c8038bc2b541bd5c2723b5ba
@@ -1,7 +1,7 @@
1
1
  =button-base
2
2
  +inline-block(middle)
3
3
  cursor: pointer
4
- +box-sizing(border-box)
4
+ box-sizing: border-box
5
5
  text-align: center
6
6
  +user-select(none)
7
7
  touch-action: manipulation
@@ -26,7 +26,7 @@ $tabs-nav-current-font-color: red !default
26
26
  +rem('padding-bottom', $tabs-nav-border-width)
27
27
  +text-block($tabs-nav-font-size round($tabs-nav-font-size*2.6), center $tabs-nav-font-color)
28
28
  +padding(horizontal, $tabs-nav-font-size*1.6)
29
- +box-sizing(border-box)
29
+ box-sizing: border-box
30
30
  +relative
31
31
  &:before
32
32
  display: block
@@ -85,7 +85,7 @@ input::-moz-focus-inner
85
85
  input,
86
86
  textarea
87
87
  border: none
88
- +box-sizing(border-box)
88
+ box-sizing: border-box
89
89
 
90
90
  button, x:-moz-any-link,
91
91
  input[type=button], x:-moz-any-link,
@@ -114,7 +114,7 @@ textarea
114
114
 
115
115
  .#{$container-class-name}
116
116
  +rem('max-width', $container-max-width)
117
- +box-sizing(border-box)
117
+ box-sizing: border-box
118
118
  +margin(horizontal, auto)
119
119
  +padding(horizontal, $container-horizontal-padding)
120
120
  clear: both
@@ -14,7 +14,7 @@
14
14
  +fixed(left 50%, top 50%, $block-z-index)
15
15
  +rem('margin-top', $block-height / 2 * -1)
16
16
  +rem('margin-left', $block-width / 2 * -1)
17
- +box-sizing(border-box)
17
+ box-sizing: border-box
18
18
 
19
19
  =horizontal-center-block($values)
20
20
  $block-width: optional_nth($values, 1)
@@ -22,7 +22,7 @@
22
22
  +rem('width', $block-width)
23
23
  +fixed(left 50%, $block-z-index)
24
24
  +rem('margin-left', $block-width / 2 * -1)
25
- +box-sizing(border-box)
25
+ box-sizing: border-box
26
26
 
27
27
  =square-block($values)
28
28
  $square-block-size: optional_nth($values, 1)
@@ -82,7 +82,7 @@ $break-points: $break-point-xs-namespace, $break-point-sm-namespace, $break-poin
82
82
  =column($number, $columns-gutter-width: $gutter-width)
83
83
  +rem('width', 100 / $columns-count * $number * 1%)
84
84
  +padding(horizontal, $columns-gutter-width / 2)
85
- +box-sizing(border-box)
85
+ box-sizing: border-box
86
86
  float: left
87
87
 
88
88
  // カラムをサイズごとに作る
@@ -23,7 +23,7 @@
23
23
 
24
24
  // +table-cell(middle (12px 16px) no_wrap $white, (14px 1.8 1.4em, black bold center), (bottom, solid 1px black))
25
25
  =table-cell($value1: null, $value2: null, $value3: null)
26
- +box-sizing(border-box)
26
+ box-sizing: border-box
27
27
  @if $value1
28
28
  @for $i from 1 through length($value1)
29
29
  +table-cell-assign(nth($value1, $i))
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.8"
3
+ VERSION = "0.6.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida