oulu 0.12.15 → 0.12.16

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: 50fca59ac491a4a9794c6af9800fa33f2f464d44
4
- data.tar.gz: 7b333e2774ddecaaa8a8362696bbc3bed0db0748
3
+ metadata.gz: eb937a3235897f3075918e4cb8ab5c555eb614ef
4
+ data.tar.gz: 8b20cb4106219686c186618bb99a4908058b1219
5
5
  SHA512:
6
- metadata.gz: 5e27430109b11e4e26561c276476841578f212d3568191fb4aa6457904b0b53fb3c3dea047a1a27a94f321e2959f9cc535e28418a833152f3159e6bdf319140d
7
- data.tar.gz: 1d0d45b6d313e96dac46245fc1e580c16981d0f61b24e228c20e2ba3607044b45da2b34988bfaf1ef2f8eba45a582c5f920e9ee96b5ff245d79d3538227265d7
6
+ metadata.gz: 668bb9a87846d2e01d23b3cebe68168abd6022bd95d8b0802a1ab61a35a3e0ad7e8321704a2bb4fbaee6b6b1e980767dfc753b2ac7faa279124bfd95649bbe69
7
+ data.tar.gz: 1701a2f29e53e8743e46946300e3018a7f6102b6294b013d218bb5c190b3ff14ccbaa64c5d75be2d74d4e811a97e326c9bb7f48264296e7f56305266dc5d0371
@@ -22,6 +22,15 @@
22
22
  text-decoration: none
23
23
  vertical-align: $value
24
24
 
25
+ =flex-link
26
+ display: flex
27
+ text-decoration: none
28
+
29
+ =inline-flex-link($value: null)
30
+ display: inline-flex
31
+ text-decoration: none
32
+ align-items: $value
33
+
25
34
  =hover-link($modifire-class: null)
26
35
  text-decoration: none
27
36
  &:hover,
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
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.15"
2
+ VERSION = "0.12.16"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
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.15
4
+ version: 0.12.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-05 00:00:00.000000000 Z
11
+ date: 2016-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor