moc_compass 0.1 → 0.1.1

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.
@@ -94,4 +94,10 @@ $mobile: false;
94
94
 
95
95
  @mixin mc-last {
96
96
  margin-right: 0px;
97
+ }
98
+ $grid-width: 40px;
99
+ $gutter-width: 10px;
100
+
101
+ @function grid-width($n) {
102
+ @return $n * $grid-width + ($n - 1) * $gutter-width;
97
103
  }
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moc_compass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ulrich Green [moc.net]
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-11-24 00:00:00 Z
18
+ date: 2011-11-25 00:00:00 Z
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
20
21
  name: compass