oulu 0.9.10 → 0.9.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: 8386aa351ed1d3466845c08776591e30a3559908
4
- data.tar.gz: 7c1f7edaeb459276934119e5ce1241c15031781e
3
+ metadata.gz: 333991ccb6e417ab61ede08048ba4f1fdc0a4edc
4
+ data.tar.gz: 24075b51a44d10c3f20e29fc20676a7ab49671e8
5
5
  SHA512:
6
- metadata.gz: 92e54c940cc4493406bc8089a13976a080d7d012963429a73052fceed6a2866c25298904b0520a8371a2c70d424cf1e699670091dc01ee19f53c2386d9a2f43b
7
- data.tar.gz: 88a9d5a252110ae72226cd50c1c4d7957afc402064861dab6943de344839fd288cea4b9b1e2e5a24cfe788a08cb8a87033975caf6f30716c250845ebff0d724f
6
+ metadata.gz: b8f96857cb242c8533a09767068e424833397e266ba6ed557e34dc6947ca87aca23ae889c377ffbbfe44eb16c9bc9cef013cc0e59ef9b1318cd233d2e2236dfe
7
+ data.tar.gz: 29ecccb970ffdbb90ad437aa28ada0a7934921624b504d43d5dc38a3ec6938fb52f9eedc1ad80b3c0fdc32c5b01746e36fbcf604c6e56c6312ee4eeb1269dffe
@@ -1,30 +1,25 @@
1
1
  =basic-font($text-rendering: true)
2
2
  font-family: $basic-sans-serif
3
- *font-family: $basic-legacy-ie-sans-serif
4
3
  @if $text-rendering
5
4
  text-rendering: optimizelegibility
6
5
 
7
6
  =sans-serif($text-rendering: true)
8
7
  font-family: $basic-sans-serif
9
- *font-family: $basic-legacy-ie-sans-serif
10
8
  @if $text-rendering
11
9
  text-rendering: optimizelegibility
12
10
 
13
11
  =maru-serif($text-rendering: true)
14
12
  font-family: $basic-maru
15
- *font-family: $basic-legacy-ie-sans-serif
16
13
  @if $text-rendering
17
14
  text-rendering: optimizelegibility
18
15
 
19
16
  =bold-ja($text-rendering: true)
20
17
  font-family: $basic-bold-sans-serif
21
- *font-family: $basic-legacy-ie-sans-serif
22
18
  font-weight: bold
23
19
  @if $text-rendering
24
20
  text-rendering: optimizelegibility
25
21
 
26
22
  =serif($text-rendering: true)
27
23
  font-family: $basic-serif
28
- *font-family: $basic-legacy-ie-sans-serif
29
24
  @if $text-rendering
30
25
  text-rendering: optimizelegibility
@@ -102,13 +102,11 @@ $container-lg: $container-large-desktop !default
102
102
  $fw: 400 !default
103
103
 
104
104
  $basic-sans-serif: "Lucida Grande", "Lucida Sans Unicode", Roboto, "Droid Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
105
- $basic-legacy-ie-sans-serif: "MS Pゴシック", "Lucida Sans Unicode", sans-serif !default
106
105
  $basic-bold-sans-serif: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
107
106
  $basic-serif: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho,'MS P明朝','MS PMincho', serif !default
108
107
  $basic-mono: Osaka-mono, "MS Gothic", monospace !default
109
108
  $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
110
109
  $basic-fonts: $basic-sans-serif !default
111
- $basic-legacy-ie-fonts: $basic-legacy-ie-sans-serif !default
112
110
 
113
111
  /////////////////
114
112
  // UI colors
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.10",
3
+ "version": "0.9.11",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.9.10"
2
+ VERSION = "0.9.11"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.10",
3
+ "version": "0.9.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.9.10
4
+ version: 0.9.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-03-07 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor