middleman-oulu 0.6.3 → 0.6.4

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: a5ca8dd0dcf91a990e989ea53bb309b435857fed
4
- data.tar.gz: ab4a63578aab2ffba99b2c1d633e2b3526784574
3
+ metadata.gz: 14d5a1f333d0ba32d6f47edf5c9360207fa6b22c
4
+ data.tar.gz: 6897e053b74f015ea7b1217bf55ec5901a34ca33
5
5
  SHA512:
6
- metadata.gz: 0e93965c7e15fb436d47e65b20d34f4ec593b1c62a259e83629ee82bb27e04cd3005753d7c89182a6d4bc58fc4f0840b47df69d4e3de2f9a95904030dd4733f4
7
- data.tar.gz: cd79d4c197718fc2c846caee0c5ae820ebbd3300ef988c51cc4df940fc1b178ccd3cf0bb4d49ce2ef85a3e5e2fbac68259576a1451fca53b3dfcaecf78e848c7
6
+ metadata.gz: 842a2ae3a70776fc0d94f35fb901c7fbea669143a588417112cf1098b4f9d053d8d417ff730a3f139e262941c054bf3f9ec3bf592febca6fa2f917a84b4bc6c0
7
+ data.tar.gz: 362902cdd5edad1fa1e007ed0fb7ccfcd9023a5d4d17ff433c1d6cae4cc92309ceaa788593cb72882c54b20e6812f79259f333fb382944bd0d77aaafd0c5ae01
@@ -23,9 +23,9 @@
23
23
  clip: rect(0, 900px, 0, 0)
24
24
  &:after
25
25
  +absolute(left 1px, top 0)
26
- +text-shadow(-1px 0 0 rgba(red, 0.4))
26
+ +rem('text-shadow', -1px 0 0 rgba(red, 0.4))
27
27
  +animation(noise-anim 2s infinite linear alternate-reverse)
28
28
  &:before
29
29
  +absolute(left -1px, top 0)
30
- +text-shadow(1px 0 0 rgba(blue, 0.4))
30
+ +rem('text-shadow', 1px 0 0 rgba(blue, 0.4))
31
31
  +animation(noise-anim-2 3s infinite linear alternate-reverse)
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Oulu
3
- VERSION = "0.6.3"
3
+ VERSION = "0.6.4"
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.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida