compass-treesaver-plugin 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-treesaver-plugin}
5
- s.version = "0.3.1"
5
+ s.version = "0.3.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Andrea Campi"]
@@ -16,6 +16,7 @@
16
16
  */
17
17
  @mixin treesaver-chrome-viewer {
18
18
  @include -treesaver-chrome-viewer(0);
19
+ @include -treesaver-chrome-controls-hide;
19
20
  }
20
21
 
21
22
  /*
@@ -7,9 +7,10 @@
7
7
 
8
8
  @import "layout/base";
9
9
 
10
- //
11
- // TODO document
12
- //
10
+ /*
11
+ * Sets up a set of classes that can be applied to columns and containers to
12
+ * determine their width and position.
13
+ */
13
14
  @mixin treesaver-layout-setup($width, $margin, $steps) {
14
15
  .grid {
15
16
  width: $width;
@@ -38,3 +38,10 @@
38
38
  }
39
39
  }
40
40
  }
41
+
42
+ @mixin -treesaver-chrome-controls-hide {
43
+ .controls {
44
+ display: none;
45
+ }
46
+ }
47
+
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: compass-treesaver-plugin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andrea Campi