bourbon 0.1.8 → 0.1.9

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.
@@ -19,6 +19,6 @@
19
19
 
20
20
  // Addons & other mixins
21
21
  @import "addons/button";
22
- @import "html5-input-types";
22
+ @import "addons/html5-input-types";
23
23
  @import "addons/position";
24
24
  @import "addons/timing-functions";
@@ -20,18 +20,10 @@ $inputs-list: 'input[type="email"]',
20
20
  'input[type="time"]',
21
21
  'input[type="week"]';
22
22
 
23
- $list-count: 0;
24
- $unquoted-inputs-list: false;
23
+ $unquoted-inputs-list: ();
25
24
 
26
25
  @each $input-type in $inputs-list {
27
- @if $list-count == 0 {
28
- $unquoted-inputs-list: unquote($input-type);
29
- $list-count: $list-count + 1;
30
- }
31
-
32
- @else if $list-count > 0 {
33
- $unquoted-inputs-list: join($unquoted-inputs-list, unquote($input-type), comma);
34
- }
26
+ $unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma);
35
27
  }
36
28
 
37
29
  $all-text-inputs: $unquoted-inputs-list;
@@ -39,6 +31,6 @@ $all-text-inputs: $unquoted-inputs-list;
39
31
  // You must use interpolation on the variable:
40
32
  // #{$all-text-inputs}
41
33
  //************************************************************************//
42
- // #{$all-text-inputs}, textarea {
43
- // border: 1px solid green;
44
- // }
34
+ // #{$all-text-inputs}, textarea {
35
+ // border: 1px solid red;
36
+ // }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,11 +11,11 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-09-23 00:00:00.000000000Z
14
+ date: 2011-09-24 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: sass
18
- requirement: &70113739938740 !ruby/object:Gem::Requirement
18
+ requirement: &70333878782540 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: '3.1'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70113739938740
26
+ version_requirements: *70333878782540
27
27
  description: ! 'The purpose of Bourbon Vanilla Sass Mixins is to provide a comprehensive
28
28
  framework of
29
29