cyaml 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  @charset "UTF-8";
2
2
 
3
+ @import "config";
3
4
  @import "default_includes";
4
5
 
5
6
  /**
@@ -16,9 +16,9 @@ image 'images/vlist/square/node_plus.gif', :to => 'vlist/square/node_plus.gif'
16
16
  image 'images/vlist/square/subnode.gif', :to => 'vlist/square/subnode.gif'
17
17
  image 'images/vlist/square/subnode_minus.gif', :to => 'vlist/square/subnode_minus.gif'
18
18
  image 'images/vlist/square/subnode_plus.gif', :to => 'vlist/square/subnode_plus.gif'
19
- image 'config.scss', :to => '.config.scss'
19
+ file 'config.scss', :to =>'.config.scss'
20
+ file 'basemod.scss', :to =>'.basemod.scss'
20
21
  stylesheet 'default_includes.scss'
21
- stylesheet 'basemod.scss', :media => 'all'
22
22
  stylesheet 'patch_my_layout.scss', :media => 'screen, projection'
23
23
 
24
24
  if Compass.configuration.project_type == :rails
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 25
9
- version: 0.0.25
8
+ - 26
9
+ version: 0.0.26
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Gerber