oulu 0.12.10 → 0.12.11

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: 8df8eccd6426d6d11b76e9e0c0989e79a213fe22
4
- data.tar.gz: 4f99df4b2b9d8abd415b85afe76bda0959b973f5
3
+ metadata.gz: 18f64e1f34f3238114218e6b79fe5f81d27cad75
4
+ data.tar.gz: a0f62a265103785166589db19f7a023a1a82789e
5
5
  SHA512:
6
- metadata.gz: aed8a4f5cd937f518d73614c52753b98a63113d1e4ddc25afb55d707c00ae596c00c8d960cda93d3e7ca23de7bc510159fb88fde154086d3905ee8ec4321cac7
7
- data.tar.gz: 02754b53f96218cff3679254a4f92ec0fe0e4aedf70df1ad0eef96075e07a1567e063f1ba391541c23c4e758c2ffa2bf177b5c8097cb6fec73fe6acf232c8c22
6
+ metadata.gz: ab340ea9b7a2f73c319f8339e4bc77458f847d13145f41580ee28fb9049df9283ae85b70fb7193ac79975dc31f2bea76fab35cf698ac226277d6879c5cfcbe55
7
+ data.tar.gz: 3896e35e13073bd288277a48e716073d794c3c53d5ead1e7b7cdda1d5bcad838d894a5883ab05158515f0379be675d7c6ea3ebe63183fdc5ddd5785bbb1487b8
@@ -42,7 +42,7 @@ hr
42
42
 
43
43
  html
44
44
  -ms-overflow-style: -ms-autohiding-scrollbar // Edge 12+, Internet Explorer 11-
45
- overflow-y: scroll // All browsers without overlaying scrollbars
45
+ //overflow-y: scroll // All browsers without overlaying scrollbars
46
46
  -webkit-text-size-adjust: 100% // iOS 8+, Windows Phone 8.1+
47
47
 
48
48
  input
@@ -1,7 +1,7 @@
1
1
  =margin($value1, $value2: null)
2
2
  @if number(nth($value1, 1)) or nth($value1, 1) == 'auto'
3
3
  @if equal_nth($value1, 1)
4
- margin: value1
4
+ margin: $value1
5
5
  @else if equal_nth($value1, 2)
6
6
  margin-top: nth($value1, 1)
7
7
  margin-bottom: nth($value1, 2)
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.10",
3
+ "version": "0.12.11",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.12.10"
2
+ VERSION = "0.12.11"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.10",
3
+ "version": "0.12.11",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.10
4
+ version: 0.12.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-03 00:00:00.000000000 Z
11
+ date: 2016-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor