stipe 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ @import 'buttons/extends';
@@ -4,4 +4,5 @@
4
4
  //
5
5
 
6
6
  @import "color/default_color_pallet";
7
+ @import "color/extends";
7
8
 
@@ -57,4 +57,4 @@ $grid_960: 960 / 100% !default; // grid math for percentages
57
57
  @import "grid/mixins";
58
58
 
59
59
  // The extends that make it awesome
60
- // @import "grid/extends";
60
+ @import "grid/extends";
@@ -30,11 +30,4 @@
30
30
  @import "buttons";
31
31
  @import "grids";
32
32
  @import "ui_patterns";
33
- @import "modules";
34
-
35
-
36
- // Following sequence will load the necessary Stipe extends
37
- // ------------------------------------------------------------------------------
38
- @import "stipe/grid/extends";
39
- @import "stipe/color/extends";
40
- @import "stipe/buttons/extends";
33
+ @import "modules";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-08-07 00:00:00.000000000 Z
13
+ date: 2012-08-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: compass