oulu 0.9.6 → 0.9.7

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: 7f0d883053630f50929ceac7651dbf8a70d9ef21
4
- data.tar.gz: 9d26be1b65f40d635fecb3a898e67163725246c0
3
+ metadata.gz: ebb0eb03a7a8f459896ca98eb0f28d16074d59bc
4
+ data.tar.gz: cd893842b832408ed2076524400c677a0135a413
5
5
  SHA512:
6
- metadata.gz: c3dc8c6243fe8f4fe71f88618f9213dfc83922017152ff0d4f1a7f1b649293df140f00b753882c11fb8548acf7e6b7ee5c6790432f3ce1f774df33fc1f1ad414
7
- data.tar.gz: 4470aafb9024dfaa7244ce63767039e309cfcf265a7bf4285a3e6f516e42c8c081c0f861b2efc6dc4a4c0b645618515c70d17ee54d94d70a92a661380bcb0626
6
+ metadata.gz: 7a3e5a348ce5d86abcf1b57dec320c8246b9d3afa5ace79e57d5684cdc2837bb3004ff442e08ba252351ef460a589551038e7808f340b9221c1301d4d167ea4e
7
+ data.tar.gz: 48bbcc5e6cd12f02db48815ac7c0791ec490c4b3d07c960429f414674193e42ed59f04d429c13b1cf3bee65013e31f4002c0d7df37be35ebe1c72e9af292223e
@@ -44,3 +44,9 @@
44
44
  @return true
45
45
  @else
46
46
  @return null
47
+
48
+ @function text_decoration($value)
49
+ @if $value == "none" or $value == "underline" or $value == "overline" or $value == "line-through" or $value == "blink"
50
+ @return true
51
+ @else
52
+ @return null
@@ -5,7 +5,8 @@
5
5
  color: if(color($value), $value, null)
6
6
  white-space: if(white_space($value), $value, null)
7
7
  display: if(display($value), $value, null)
8
- @if number($value)
8
+ text-decoration: : if(text_decoration:($value), $value, null)
9
+ @if unit_number($value)
9
10
  +top($value, null)
10
11
 
11
12
  // +text-block($font-size $line-height $margin-bottom, $font-weight $text-align $color $top)
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
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.9.6"
2
+ VERSION = "0.9.7"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
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.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-27 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor