middleman-oulu 0.6.16 → 0.6.18

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: 3e7a7660797ea90ca368d8c5a79f02ce2b4a6490
4
- data.tar.gz: 97c1763ef7ae146250277efdfdc7b40398eba071
3
+ metadata.gz: 92c641777c7125e300957734adf19b0226421569
4
+ data.tar.gz: 70c9b1f81a72482471c1e78c1ba13b4fa968470b
5
5
  SHA512:
6
- metadata.gz: b5c80fe30c4a7143f0d1af8aa5bab4e5bc95e2936f25e457ecdc8c1c3cba1c1bbec59c597b514fc51a4761d33137f193eaceaf8511075c5d92a5eded2012ba03
7
- data.tar.gz: f6d1cd9c6826b46ae2e38b04c3f3ccde3b3c97680f55c4c08770462003745b5858b0a1f3839cf6ab264e5b39188bf8981cd61d4b7016400afac0b44549d062d9
6
+ metadata.gz: 38914233b5de4524de9cee0d13f27c5405f1927863cf38ef13945330bb856a3f5a79801962fb13ebe4b17009d423ac4d9f0666593618708f7730bcc596f9f959
7
+ data.tar.gz: 0add6237070d0ec425bf58a05359024fe17cb73aadd0dfb61e4b4c47a0867ac2e6ef1915c7b11fe4120e9f0c0a71c2abe2a9164cd22e52eb718d74799e23c30a
@@ -37,14 +37,14 @@
37
37
  @else
38
38
  +rem('line-height', $square-block-size)
39
39
 
40
- =over-flow($values)
41
- $over-flow-x: optional_nth($values, 1)
42
- $over-flow-y: optional_nth($values, 2)
40
+ =overflow($values)
41
+ $overflow-x: optional_nth($values, 1)
42
+ $overflow-y: optional_nth($values, 2)
43
43
  @if equal_nth($values, 2)
44
- over-flow-x: $over-flow-x
45
- over-flow-y: $over-flow-y
44
+ overflow-x: $overflow-x
45
+ overflow-y: $overflow-y
46
46
  @else
47
- over-flow: $over-flow-x
47
+ overflow: $overflow-x
48
48
 
49
49
  =inline-block($value: null)
50
50
  display: inline-block
@@ -17,7 +17,7 @@
17
17
  display: block
18
18
  text-decoration: none
19
19
 
20
- =inline-block-link($value: false)
20
+ =inline-block-link($value: null)
21
21
  display: inline-block
22
22
  text-decoration: none
23
23
  vertical-align: $value
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.16"
3
+ VERSION = "0.6.18"
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.16
4
+ version: 0.6.18
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-20 00:00:00.000000000 Z
11
+ date: 2015-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler