stipe 0.0.3.2 → 0.0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/readme.md CHANGED
@@ -17,6 +17,9 @@ For [reasons explained](/Anotheruiguy/toadstool/blob/master/doc-src/exploited-bu
17
17
 
18
18
  # Stipe Changelog
19
19
 
20
+ ## 0.0.3.3
21
+ * Updates to grid soluiton for legacy browser support
22
+
20
23
  ## 0.0.3.2
21
24
  * Updates to how default color extends are created in `toadstool.css`
22
25
  ** Created new `readme.md` in Stipe's color directory
@@ -36,7 +36,7 @@
36
36
  $grid_width_fallback: $col_gutter_width - (($grid_padding_lr * 2) + ($grid_border * 2));
37
37
 
38
38
  @if $grid_width_fallback < $col_gutter_width {
39
- .ie7 & {
39
+ .no-boxsizing & {
40
40
  width: #{$grid_width_fallback}px;
41
41
  }
42
42
  }
@@ -67,7 +67,7 @@
67
67
  $grid_width_fallback: $col_gutter_width - (($grid_padding_lr * 2) + ($grid_border * 2));
68
68
 
69
69
  @if $grid_width_fallback < $col_gutter_width {
70
- .ie7 & {
70
+ .no-boxsizing & {
71
71
  width: $grid_width_fallback / $grid_context_width * 100%;
72
72
  }
73
73
  }
@@ -92,7 +92,7 @@
92
92
  $grid_width_fallback: $col_gutter_width - (($grid_padding_lr * 2) + ($grid_border * 2));
93
93
 
94
94
  @if $grid_width_fallback < $col_gutter_width {
95
- .ie7 & {
95
+ .no-boxsizing & {
96
96
  width: $grid_width_fallback / $grid_context_width * 100%;
97
97
  }
98
98
  }
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.2
4
+ version: 0.0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: