spans 0.0.1 → 0.0.2

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.
@@ -7,12 +7,16 @@
7
7
  @function modules-x($m) { @return x($module-width * $m) + gutter-x($m - 1); }
8
8
  @function modules-y($m) { @return y($module-height * $m) + gutter-y($m - 1); }
9
9
 
10
+ @mixin span {
11
+ }
12
+
10
13
  @mixin spans {
11
14
  @include inline-blocks;
12
15
  margin-right: -1 * gutter-x(1);
16
+
17
+ & > * {
18
+ @include inline-block;
19
+ margin-right: gutter-x(1);
20
+ }
13
21
  }
14
22
 
15
- @mixin span {
16
- @include inline-block;
17
- margin-right: gutter-x(1);
18
- }
data/lib/spans/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spans
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-27 00:00:00.000000000 Z
12
+ date: 2012-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -87,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  segments:
89
89
  - 0
90
- hash: -979286969393129650
90
+ hash: 748998165833342237
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  none: false
93
93
  requirements:
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: -979286969393129650
99
+ hash: 748998165833342237
100
100
  requirements: []
101
101
  rubyforge_project:
102
102
  rubygems_version: 1.8.23