helio 0.0.1.1 → 0.0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13702f8495ae8ff6b3b7fad5c73a8d2494b2b06a
4
- data.tar.gz: 2d8d73f34d6dc1a7a81ca0e2607a9349af091133
3
+ metadata.gz: 97216ea3f9eabbfcb9139d37aaa8b29d55f157cb
4
+ data.tar.gz: 3fe87149c4e5cf95ba8dba1659a6f184bf375b03
5
5
  SHA512:
6
- metadata.gz: 4dd74b6e5cdd539d6344a718f4728f2409931a4d0f3649e8d01b947f9a0e3e132deb6e5fa50def8e5811599da6eff1d4d5c2848e443a0d107b89be2b82471d88
7
- data.tar.gz: bf153724d30756665634488824f63cf9373cbc2856ce7db4eb0d7f9b6e4f940f316426f8f858b31b79cd39e267eca8e6f820e7e6c076ea0d6fb1f3c397796285
6
+ metadata.gz: 2e16f5c32979f17d23a6a9e3b378e2da909620dda93d7b69a90422f20103ca472d7ccfc25f035139ec6de7f7a1ae2f440100502d2b6a89595b348be34e261249
7
+ data.tar.gz: 8a98fd1c3a18f46a152029b9bdae062a24c77d22e3d08d917d2efd20fa639f915ceacd0c9fbda54a3025bb6d04565c573a3e6e2f71a58510347ba18daea1551d
@@ -77,7 +77,7 @@
77
77
  }
78
78
 
79
79
  .abs-xs {
80
- positon: absolute;
80
+ position: absolute;
81
81
  }
82
82
 
83
83
  .fix-xs {
@@ -110,7 +110,7 @@
110
110
  }
111
111
 
112
112
  .abs-sm {
113
- positon: absolute;
113
+ position: absolute;
114
114
  }
115
115
 
116
116
  .fix-sm {
@@ -144,7 +144,7 @@
144
144
  }
145
145
 
146
146
  .abs-md {
147
- positon: absolute;
147
+ position: absolute;
148
148
  }
149
149
 
150
150
  .fix-md {
@@ -178,7 +178,7 @@
178
178
  }
179
179
 
180
180
  .abs-lg {
181
- positon: absolute;
181
+ position: absolute;
182
182
  }
183
183
 
184
184
  .fix-lg {
data/lib/helio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.0.1.1'
2
+ VERSION = '0.0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jovanovic