toadstool 0.0.0.9 → 0.0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,8 +26,8 @@
26
26
  // grid ----------------------
27
27
  @for $i from 1 through 12 {
28
28
  .grid-#{$i} {
29
- @extend %grid_#{$i};
30
- @extend %grid_display;
29
+ @extend %grid_#{$i}of12;
30
+ //@extend %grid_display;
31
31
  }
32
32
  }
33
33
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  @for $i from 1 through 24 {
44
44
  .grid-#{$i}-24 {
45
- @extend %grid_#{$i}_24;
46
- @extend %grid_display;
45
+ @extend %grid_#{$i}of24;
46
+ //@extend %grid_display;
47
47
  }
48
48
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toadstool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.9
4
+ version: 0.0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: lib/bin
12
12
  cert_chain: []
13
- date: 2013-05-03 00:00:00.000000000 Z
13
+ date: 2013-05-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sinatra