oulu 0.12.42 → 0.13.1

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: 6d8145d7215b96f074f328f839b55b21beee9753
4
- data.tar.gz: 24e751b1201dbaebd842e6a9df3570999d31ae7e
3
+ metadata.gz: dec0a5fd07d1aee0066ff397a27a83477e65cac5
4
+ data.tar.gz: 4bcbf53bb25e250aafd9d96d641b79c47be65f85
5
5
  SHA512:
6
- metadata.gz: 627340f91dc3e0a695c3459f8e471aa024294fdacac8e7498dc1afd8bbd591047998b9c554e5c46ebea67c7079ebfc88a35cbe0fc577d3b08586d7d3983a380c
7
- data.tar.gz: 824c92fa848e7216273685ab2aa0b74af0b22071687a41f3322c891c70613a4d38a933b941d5967890716fac6763d738374cc6ac19805b1ab30f96441dbb479c
6
+ metadata.gz: 33d1ee1fe15c4e8669cc53ef354835cd2e23b1cef90709001e599ccc8959170c269e768f1162c101c243c2a22a8abd7ecc3d4217ba98a37798ecb21e7f7e6d4e
7
+ data.tar.gz: ef759603328a4f2d60206d01198f670c477d392d8280dddea2bcf34a29ac7c84ceb3e96e1fe310f621b2f2066cfd660091d1eb8a7bdd275b6b1cc3086177e3b2
@@ -201,7 +201,7 @@ $slash: '/'
201
201
  box-sizing: if(variable-exists(root-box-sizing), $root-box-sizing, border-box)
202
202
  color: if(variable-exists(root-color), $root-color, #000000)
203
203
  cursor: if(variable-exists(root-cursor), $root-cursor, default)
204
- font: if(variable-exists(root-font-size), $root-font-size, 100%)#{$slash}#{if(variable-exists(root-line-height), $root-line-height, 1.5)} if(variable-exists(root-font-family), $root-font-family, sans-serif)
204
+ font: if(variable-exists(root-font-size), $root-font-size, 100%)#{$slash}if(variable-exists(root-line-height), $root-line-height, 1.5) if(variable-exists(root-font-family), $root-font-family, sans-serif)
205
205
 
206
206
  // specify the text decoration of anchors
207
207
 
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.42",
3
+ "version": "0.13.1",
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.42"
2
+ VERSION = "0.13.1"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.42",
3
+ "version": "0.13.1",
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.42
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-25 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor