woo 0.1.4 → 0.1.5

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: 4bc964f41c2e9d4875d1b2204c2d913387ecb6ed
4
- data.tar.gz: 15ebf629cad55abaa92518449abb2e8582b632e7
3
+ metadata.gz: b20fe50b49b40aced166c56f4bff6f79cf73c06b
4
+ data.tar.gz: 7d13207f329cdd3bfed406d3ff767d021d8ff229
5
5
  SHA512:
6
- metadata.gz: 3839e9a2f2b60e8e577590136b0b5637e8358a3bd3994b89b332e2f685bfbeae7d40338087612ac2139a48787eeef6dfff04d300ce40d0bf2066d212ac4b69d8
7
- data.tar.gz: 44d350f0cf90e48d705dd0dcee9eff994ae025f7dbc98a9a27cae4419bea0eeafe3945658448642539f714e4094829e7bd4933498a3e54c9a96e6a24688a4cc0
6
+ metadata.gz: fc465ad8fc0de1c040ac3a1679b44e22e37820baeeb1ab4d892ac227011c5b82cd12b5fecbe130b40ddc87fb183f3fea9885113f862fcf22941b8b7644fea1c8
7
+ data.tar.gz: d98e05cf1b5646837e0435e3f9b45ee7925e1de7dddf09f7eb0bb82b467f22681c5c1164b7552735c4791745b92eb0692584691326bf424110247da7f358c556
@@ -171,34 +171,6 @@ body {
171
171
  }
172
172
 
173
173
 
174
- //
175
- // COLORS
176
- // ******************************************************************
177
-
178
- .colors {
179
- // @include block-grid(1);
180
- li {
181
- // base colors
182
- &.green { @include color-block($green); }
183
- &.grey { @include color-block($grey); }
184
- &.dark-grey { @include color-block($dark-grey); }
185
- &.off-white { @include color-block($off-white); }
186
- &.white { @include color-block($white); }
187
-
188
- // component colors
189
- &.primary-color { @include color-block($primary-color); }
190
- &.secondary-color { @include color-block($secondary-color); }
191
- &.alert-color { @include color-block($alert-color); }
192
- &.success-color { @include color-block($success-color); }
193
- &.warning-color { @include color-block($warning-color); }
194
- &.info-color { @include color-block($info-color); }
195
- }
196
- @media #{$small} {
197
- // @include block-grid(3);
198
- }
199
- }
200
-
201
-
202
174
  //
203
175
  // BLOCK
204
176
  // ******************************************************************
@@ -1,3 +1,3 @@
1
1
  module Woo
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Altman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-07 00:00:00.000000000 Z
12
+ date: 2014-10-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails