oulu 0.18.1 → 0.18.2

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
  SHA256:
3
- metadata.gz: bb535f87f694ddbe667d2f47f70f50fc8d6e3956f189f1b067c3866d4c7d7f80
4
- data.tar.gz: 4e64b0add0d6c2be5e4d3d61f0e8d5905a12c6d8c337a8deff2d540beec2ec38
3
+ metadata.gz: ecf30ddff36207798ad011fbac4eb6df97178515839bc0a25d09e2a0208fc597
4
+ data.tar.gz: 48c515a1c8bc0c5e785e73b219ffa37fc33e024ddd36fb4477269f328700aa8f
5
5
  SHA512:
6
- metadata.gz: 9444d85b7ff86141fe50bd7e8e9d3f89149cbe3c7682186b43aae38703ff93a3b451103e432b637a9e592e6e9c54cb398b560563d84872b57fa70a0391ab59a5
7
- data.tar.gz: d9223f715d559fd9b84e0f9202cdd23b7b615233c73fcc14ad0546ce66ab83cbdde5951ddc3d966487cc2fe8e48cebb610f77838c9227040a15009671234ddc1
6
+ metadata.gz: 11b5cc625ca12a1ad840726e55b12546af2d3a664c91deed895aeef6a37631a78a3f32198bf5c0043586fe0c183ed3377d2732b17547dfaa36a4258b2e721f48
7
+ data.tar.gz: e6669943a7c11135cadcd3a808265d97c8806a07ca59ec032cd951463addf2168a0ab9f8130782b553b1ba1da4a4e2e79948bfa83be35f4bf9824b24375e25ff
@@ -79,10 +79,8 @@ $disabled-h1: false !default
79
79
  display: block
80
80
  +margin(vertical, 1.5em 2em)
81
81
  &:before
82
- +fa('\f069\f069\f069')
82
+ border-top: solid .125rem mix($font, $background, 10%)
83
83
  display: block
84
- +text-block(.9375rem 1, center)
85
- +letter-spacing-center(.25rem)
86
84
  img
87
85
  max-width: 100%
88
86
  height: auto
@@ -33,3 +33,24 @@
33
33
  font-family: 'Font Awesome 5 Brands'
34
34
  font-style: normal
35
35
  font-weight: normal
36
+
37
+ =font-awsome($value1, $value2: null)
38
+ @if $value2
39
+ +font-awsome-5-core
40
+ content: "#{$value2}"
41
+ @if $value1 == fa or $value1 == fas
42
+ font-family: 'Font Awesome 5 Free'
43
+ font-style: normal
44
+ font-weight: 900
45
+ @else if $value1 == far
46
+ font-family: 'Font Awesome 5 Free'
47
+ font-style: normal
48
+ font-weight: 400
49
+ @else if $value1 == fab
50
+ font-family: 'Font Awesome 5 Brands'
51
+ font-style: normal
52
+ font-weight: normal
53
+ @else
54
+ +font-awsome-4-core
55
+ @each $value in $value1
56
+ content: "#{$value}"
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.18.1",
3
+ "version": "0.18.2",
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.18.1"
2
+ VERSION = "0.18.2"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.18.1",
3
+ "version": "0.18.2",
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.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor