stipe 0.0.6.0 → 0.0.6.1
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.
@@ -7,7 +7,7 @@
|
|
7
7
|
// Do not enter combination values such as '36em'
|
8
8
|
|
9
9
|
$border_place: '';
|
10
|
-
@mixin grid($col_count, $grid_child: $grid_child, $grid_padding_l: $grid_padding_l, $grid_padding_r: $grid_padding_r, $grid_padding_tb: $grid_padding_tb, $grid_border: $grid_border, $grid_uom: $grid_uom, $col_gutter: $col_gutter, $grid_type: $grid_type, $grid_align: $grid_align, $grid_context: $
|
10
|
+
@mixin grid($col_count, $grid_child: $grid_child, $grid_padding_l: $grid_padding_l, $grid_padding_r: $grid_padding_r, $grid_padding_tb: $grid_padding_tb, $grid_border: $grid_border, $grid_uom: $grid_uom, $col_gutter: $col_gutter, $grid_type: $grid_type, $grid_align: $grid_align, $grid_context: $grid_type, $border_color: $border_color, $border_place: $border_place) {
|
11
11
|
|
12
12
|
@if $grid_type == 12 {
|
13
13
|
$col_width: 80 - $col_gutter;
|
@@ -7,7 +7,7 @@
|
|
7
7
|
$col_gutter_width: ($col_count - 1) * $col_gutter + ($col_count * $col_width);
|
8
8
|
|
9
9
|
// determines width of contextual grid block for calculating percentages
|
10
|
-
$grid_context_width: $grid_context *
|
10
|
+
$grid_context_width: $grid_context * ($col_width + $col_gutter);
|
11
11
|
|
12
12
|
$grid_padding_lr: $grid_padding_l + $grid_padding_r;
|
13
13
|
|
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.6.
|
4
|
+
version: 0.0.6.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: 2013-
|
13
|
+
date: 2013-06-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: compass
|