spans 0.0.7 → 0.1.0

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.
@@ -8,6 +8,7 @@
8
8
  @function modules-y($m) { @return y($module-height * $m) + gutter-y($m - 1); }
9
9
  @function modules-gap-x($m) { @return modules-x($m) + gutter-x(1); }
10
10
  @function modules-gap-y($m) { @return modules-y($m) + gutter-y(1); }
11
+ @function full-page-width() { @return modules-x($modules-x-count) }
11
12
 
12
13
  @mixin spans {
13
14
  @include inline-blocks;
@@ -19,3 +20,8 @@
19
20
  }
20
21
  }
21
22
 
23
+ .spans { @include spans; }
24
+
25
+ @for $i from 1 through $modules-x-count {
26
+ .spans .span#{$i} { width: modules-x($i); }
27
+ }
data/lib/spans/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spans
2
- VERSION = "0.0.7"
2
+ VERSION = "0.1.0"
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.7
4
+ version: 0.1.0
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-10-01 00:00:00.000000000 Z
12
+ date: 2012-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: inline-blocks
@@ -55,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  segments:
57
57
  - 0
58
- hash: 3462928979169829459
58
+ hash: -2196927332154094805
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  none: false
61
61
  requirements:
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  segments:
66
66
  - 0
67
- hash: 3462928979169829459
67
+ hash: -2196927332154094805
68
68
  requirements: []
69
69
  rubyforge_project:
70
70
  rubygems_version: 1.8.23