waffleiron 0.1.3 → 0.1.4

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.
@@ -10,6 +10,7 @@ $wi-stacked-width: 90% !default;
10
10
  $wi-stacked-breakpoint: 499px !default;
11
11
 
12
12
  $wi-ie7: false !default;
13
+ $wi-responsive: true !default;
13
14
 
14
15
  $wi-fluid-start: #{$wi-width - 1};
15
16
  $wi-fluid-end: #{$wi-stacked-breakpoint + 1};
@@ -65,7 +66,9 @@ $wi-col-width: $wi-width / $wi-cols;
65
66
  width: $wi-width;
66
67
  margin-left: auto;
67
68
  margin-right: auto;
68
- @include responsive-row();
69
+ @if $wi-responsive {
70
+ @include responsive-row();
71
+ }
69
72
  }
70
73
  @mixin col($col: 1, $offset: 0, $append: 0 ) {
71
74
  // $col = width in cols
@@ -91,5 +94,7 @@ $wi-col-width: $wi-width / $wi-cols;
91
94
  @else {
92
95
  margin-right: $wi-gutter/2;
93
96
  }
94
- @include responsive-col($col, $offset, $append);
97
+ @if $wi-responsive {
98
+ @include responsive-col($col, $offset, $append);
99
+ }
95
100
  }
@@ -1,3 +1,3 @@
1
1
  module Waffleiron
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrew Jaswa
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-09-28 00:00:00 -06:00
17
+ date: 2013-01-28 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency