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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12f76dbc99319c58699e923dbf44ce3fcfea3824
4
- data.tar.gz: 9704aba56d1a18a778d9a7094cafb0d0e3a62982
3
+ metadata.gz: 3444712f2fef989f1af7ad65d6a7659cfce5b0bc
4
+ data.tar.gz: b859d798757245d79f4973d0baf25cbe2e4bfa0d
5
5
  SHA512:
6
- metadata.gz: cd12b1de565cdf887b6b36f934d2308e9e5ae4539c37d728d5f12b0b9612e668e4805b2d3b9e4b2e381fcd5c19dbcdc45e6bf2847d7c22223b86972232ccd1f7
7
- data.tar.gz: 9a9994ec434c1526fc399efbe6add3ff6510b3b4277c925b20dcc64095e2ef0770e35a4d7c3b941352c60edcf37f83b23df4cf21e451bbdb365304dfff006232
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
- @for $i from 0 through 20
24
- $breakpoints: xs, sm, md, lg, xl, false
25
- $scopes: up, down, only
26
- $positions: left center right
27
- @each $breakpoint in $breakpoints
28
- @each $scope in $scopes
29
- @each $position in $positions
30
- @if $breakpoint
31
- .is-text-align-#{$position}-#{$breakpoint}-#{$scope}
32
- @if $scope == up
33
- +media-breakpoint-up($breakpoint)
34
- text-align: $position
35
- @else if $scope == down
36
- +media-breakpoint-down($breakpoint)
37
- text-align: $position
38
- @else if $scope == only
39
- +media-breakpoint-only($breakpoint)
40
- text-align: $position
41
- @else
42
- .is-text-align-#{$position}
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.25",
3
+ "version": "0.12.26",
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.25"
2
+ VERSION = "0.12.26"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.25",
3
+ "version": "0.12.26",
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.25
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: 2016-12-12 00:00:00.000000000 Z
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.5.1
192
+ rubygems_version: 2.6.8
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: Sass mixins.