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 +4 -4
- data/app/assets/stylesheets/settings/initializers/_sanitize.sass +1 -1
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dec0a5fd07d1aee0066ff397a27a83477e65cac5
|
4
|
+
data.tar.gz: 4bcbf53bb25e250aafd9d96d641b79c47be65f85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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}
|
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
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
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.
|
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-
|
11
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|