oulu 0.12.8 → 0.12.9

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: e16e11583b21790a4e4a3b0583a45071b4b8d1f0
4
- data.tar.gz: 32490a6ecc7cff24b958a22d652a59bb1f6d9761
3
+ metadata.gz: 5a6dddab823cc833ab8bebcaf93272e07a6f3fd2
4
+ data.tar.gz: 1a64fe8b3a55f80b5ca648d2899f7a06d93756c8
5
5
  SHA512:
6
- metadata.gz: 6772dacad21dd649fd8033f28fbd5f2d4afcf72828f4a97069195ff2f8bd7be9195952c1b80756350a9776bac6848233f9a0792f0061f4582bf627f37a665a83
7
- data.tar.gz: 9da724b8f2ed46a2a760576eb1ec66f157cf4e6aac000bf058c89462373d1566e1b692d59740ebf7fba258bfa7acb9b72265bddb41ed2bbb8c84c237494101b6
6
+ metadata.gz: f9b6bc7cb4f2b7b0af4d321a121574fc7239d13b8ea0b4d3a55998eacee5d774f3af7d142535bf48b504ffab8bc0f3e3a39b14462d371e45b261e6f3edb4dfae
7
+ data.tar.gz: 026c84bcd04dd51f1e0bfdfcdc8f4cc6ad3bea1b00735e57b9a5418036363451430acfea5e543b7650b71921ff2258c44bfd277b51d2def580b3696b78419bf5
@@ -1,5 +1,5 @@
1
1
  @function display($value)
2
- @if $value == "inline" or $value == "block" or $value == "list-item" or $value == "run-in" or $value == "inline-block" or $value == "table" or $value == "inline-table" or $value == "table-row-group" or $value == "table-header-group" or $value == "table-footer-group" or $value == "table-row" or $value == "table-column-group" or $value == "table-column" or $value == "table-cell" or $value == "table-caption" or $value == "none"
2
+ @if $value == "inline" or $value == "block" or $value == "list-item" or $value == "run-in" or $value == "inline-block" or $value == "table" or $value == "inline-table" or $value == "table-row-group" or $value == "table-header-group" or $value == "table-footer-group" or $value == "table-row" or $value == "table-column-group" or $value == "table-column" or $value == "table-cell" or $value == "table-caption" or $value == "none" or $value == "flex" or $value == "inline-flex"
3
3
  @return true
4
4
  @else
5
5
  @return null
@@ -15,7 +15,7 @@
15
15
 
16
16
  =bold-ja($text-rendering: true)
17
17
  font-family: $basic-bold-sans-serif
18
- font-weight: 900
18
+ font-weight: $basic-bold-font-weight
19
19
  @if $text-rendering
20
20
  text-rendering: optimizelegibility
21
21
 
@@ -46,6 +46,7 @@ $basic-serif: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "
46
46
  $basic-mono: Osaka-mono, "MS Gothic", monospace !default
47
47
  $basic-maru: "Varela Round", "Lucida Grande", "Lucida Sans Unicode", Roboto, "Droid Sans", "HG丸ゴシックM-PRO", "Hiragino Maru Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
48
48
  $basic-fonts: $basic-sans-serif !default
49
+ $basic-bold-font-weight: bold !default
49
50
 
50
51
  /////////////////
51
52
  // text colors
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
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.8"
2
+ VERSION = "0.12.9"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
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.8
4
+ version: 0.12.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-12 00:00:00.000000000 Z
11
+ date: 2016-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor