oulu 0.12.25 → 0.12.26
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 +4 -4
- data/app/assets/stylesheets/helpers/_typoglaphy.sass +20 -21
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3444712f2fef989f1af7ad65d6a7659cfce5b0bc
|
|
4
|
+
data.tar.gz: b859d798757245d79f4973d0baf25cbe2e4bfa0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b4ca3411138117b483b941b784ea317192aaf3b096ed21c7f5199ae49c52b068571830d56a5094f84ccc0a60ab542cb770592493058f8609b5ec5c4822a8275
|
|
7
|
+
data.tar.gz: 7973440b5f97fd441219c2806da6c74fe43b06dbc230e59342111bfcccbf6bea42ee5c016ccc96a4ace8c7079478828b7bc71e41f5919c96b9d1142a8a3ebad9
|
|
@@ -20,24 +20,23 @@ body
|
|
|
20
20
|
.is-white-space-nowrap
|
|
21
21
|
white-space: nowrap
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
@each $
|
|
28
|
-
@
|
|
29
|
-
@each $
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
text-align: $position
|
|
23
|
+
$breakpoints: xs, sm, md, lg, xl, false
|
|
24
|
+
$positions: left center right
|
|
25
|
+
$scopes: up, down, only
|
|
26
|
+
@each $breakpoint in $breakpoints
|
|
27
|
+
@each $position in $positions
|
|
28
|
+
@if $breakpoint
|
|
29
|
+
@each $scope in $scopes
|
|
30
|
+
.is-text-align-#{$position}-#{$breakpoint}-#{$scope}
|
|
31
|
+
@if $scope == up
|
|
32
|
+
+media-breakpoint-up($breakpoint)
|
|
33
|
+
text-align: $position
|
|
34
|
+
@else if $scope == down
|
|
35
|
+
+media-breakpoint-down($breakpoint)
|
|
36
|
+
text-align: $position
|
|
37
|
+
@else if $scope == only
|
|
38
|
+
+media-breakpoint-only($breakpoint)
|
|
39
|
+
text-align: $position
|
|
40
|
+
@else
|
|
41
|
+
.is-text-align-#{$position}
|
|
42
|
+
text-align: $position
|
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.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- machida
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
191
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 2.
|
|
192
|
+
rubygems_version: 2.6.8
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Sass mixins.
|