oulu 0.12.31 → 0.12.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/settings/functions/_background.sass +1 -1
- data/app/assets/stylesheets/settings/functions/_string.sass +2 -2
- data/app/assets/stylesheets/settings/mixins/_text.sass +0 -1
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51f7ce077ee4c7bf4b4716855b41fe6aaddb4ef7
|
4
|
+
data.tar.gz: 150383c7277abdd8070c252ba2cd44b5e47ef8ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db2d34ef3041fd20c14584674f4a82596f821513da4c85b1b8fc860e213994c4643f388a9a42010a2afa11d1dfa119a689b33931fa4b85cc0a23c3903b4d00fc
|
7
|
+
data.tar.gz: d278c73ae99cf4aa86542700a565cb35a6212f40ec4fcaeac1f02e613ff5c867c879a4b2e847fef73ab2acd1d7d411ca014dda8cfbbca73e05ce630b2814ff1b
|
@@ -34,7 +34,7 @@
|
|
34
34
|
@if background_size($value)
|
35
35
|
@if list($value)
|
36
36
|
@if string(nth($value, 1)) and str-index(nth($value, 1), '\/')
|
37
|
-
@return unquote(
|
37
|
+
@return unquote(string-replace(nth($value, 1), '\\/', '/') + ' ' + nth($value, 2))
|
38
38
|
@else
|
39
39
|
@return unquote('/' + $value)
|
40
40
|
@else
|
@@ -5,7 +5,7 @@
|
|
5
5
|
@return null
|
6
6
|
|
7
7
|
// https://gist.github.com/hail2u/6101358
|
8
|
-
@function
|
8
|
+
@function string-replace($string, $substr, $newsubstr, $all: 0)
|
9
9
|
$position-found: str-index($string, $substr)
|
10
10
|
@if $position-found
|
11
11
|
@while $position-found > 0
|
@@ -21,4 +21,4 @@
|
|
21
21
|
@return $string
|
22
22
|
|
23
23
|
@function dot_to_underscore($string)
|
24
|
-
@return
|
24
|
+
@return string-replace($string, ".", "_")
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
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.
|
4
|
+
version: 0.12.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|