middleman-oulu 0.6.4 → 0.6.5

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: 14d5a1f333d0ba32d6f47edf5c9360207fa6b22c
4
- data.tar.gz: 6897e053b74f015ea7b1217bf55ec5901a34ca33
3
+ metadata.gz: 988e6afface619d0e849a752e0a859baa50cdaee
4
+ data.tar.gz: 9b168b23dc6a4993f3b141cfab70d9d643a3fe3c
5
5
  SHA512:
6
- metadata.gz: 842a2ae3a70776fc0d94f35fb901c7fbea669143a588417112cf1098b4f9d053d8d417ff730a3f139e262941c054bf3f9ec3bf592febca6fa2f917a84b4bc6c0
7
- data.tar.gz: 362902cdd5edad1fa1e007ed0fb7ccfcd9023a5d4d17ff433c1d6cae4cc92309ceaa788593cb72882c54b20e6812f79259f333fb382944bd0d77aaafd0c5ae01
6
+ metadata.gz: 3589c2cf39cc9462612aedaf348ca74da158a81178d56752a3fb741fbed29f4f9c268aa076fe17a486c0631c78f4d265bc1e901ad537aa1109f236f7fd569d94
7
+ data.tar.gz: bedad4374ed13ca11531c3831a4dbe6e02d0ca842908658f2ddb2b5b8d0f420aa76fc6148c8eb233841f608cc781dea635842745248ed337d1d01015a836f3cf
@@ -1,7 +1,7 @@
1
1
  // +ie-rgba(rgba(black, .4), white, background-color)
2
2
  =ie-rgba($foreground, $backdrop: white, $property: "background-color")
3
3
  @if $property == "background-color"
4
- +rgba-background($foreground)
4
+ background-color: $foreground
5
5
  @else
6
6
  #{$property}: mix(fade-in($foreground, 1), $backdrop, percentage(opacity($foreground)))
7
7
  // Browsers without color opacity
@@ -16,7 +16,7 @@ $baseline-px: 10px !default
16
16
  @if $property == "font-size" and $px-values < 10px
17
17
  // 9px以下のfont-sizeを使う設定(IE8不可)
18
18
  +base-font-size
19
- +transform(scale3d(strip_unit($px-values / strip_unit($baseline-px)) strip_unit($px-values/ strip_unit($baseline-px)) 1))
19
+ +transform(scale3d(strip_unit($px-values / strip_unit($baseline-px)), strip_unit($px-values/ strip_unit($baseline-px)), 1))
20
20
  +transform-origin(0 0)
21
21
  @else
22
22
  // Convert the baseline into rems
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.4"
3
+ VERSION = "0.6.5"
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.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-20 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler