cactu 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 693b7a6f69198e0a97601b3343f56a4d26a85ef1
4
- data.tar.gz: 539f9f9fccfc26c5fb33d01e8452ddec4237c9c0
3
+ metadata.gz: 5d6d9b4dceb4d845b935573b36f969b941643c57
4
+ data.tar.gz: 718b1273024d42acd63e4191cde8b51bcf6a35c3
5
5
  SHA512:
6
- metadata.gz: 5c19a184251b33863b65c49ed922dd4c871e2c8fc02b64dd5b6660adc3c5afbf6f4d125906559a79fe207720598d0b2a6c7c18778bb30d3151e9a725ffcedaba
7
- data.tar.gz: bb2bbeca10db0885aac96dc257d6b1677b59e0e73e4a09099fbd2fdb40ee670e2d72f3be10aa7f2a55a9faca136c6f9c73ab902ecd99c6f64fdaa6f444b52f6f
6
+ metadata.gz: c42fe46549f428cbb543d1c5f8806d993643dc5551a235f929adffef6d293671fec8c7921750717b1f056ac1893e39b2927d7048d558528be949b3d0c88ca0ba
7
+ data.tar.gz: 5eeeb2233283ffcceed695ce0dcaebd5e1fa72c2396015f8178f50e4f9dc3d2d8fd03b3aaeda57a269e6fb5de583dc480dd40aa53d9081259aa2441fd2262869
@@ -28,8 +28,7 @@
28
28
  [class *= "-column"] {
29
29
  overflow: hidden;
30
30
  float: left;
31
- //margin-left: gutter_columns($size_col, $gutter, $max_cols);
32
- //margin-right: gutter_columns($size_col, $gutter, $max_cols);
31
+ margin: 0 gutter_columns($size_col, $gutter, $max_cols);
33
32
  }
34
33
 
35
34
  @for $i from 1 through $max_cols {
@@ -47,8 +46,7 @@
47
46
  [class *= "-column"] {
48
47
  overflow: hidden;
49
48
  float: left;
50
- margin-left: 0.0125%;
51
- margin-right: 0.0125%;
49
+ margin: 0 gutter_columns($size_col, $gutter, $max_cols);
52
50
  }
53
51
 
54
52
  @for $i from 1 through $max_cols {
@@ -71,15 +69,13 @@
71
69
  }
72
70
  }
73
71
 
74
- @mixin grid_centered($size_col: 0, $gutter: 0, $max_cols: 12) {
72
+ @mixin grid_centered($size_col, $gutter, $max_cols: 12) {
75
73
  @for $i from 1 through $max_cols - 1 {
76
74
  $col_width: width_column($i, $size_col, $gutter);
77
75
  $sizer: grid_size($size_col, $gutter, $max_cols);
78
76
  $marger: ($sizer - $col_width) / 2;
79
77
  .centered-#{numbers($i)} {
80
- $margin_cent: percentage($marger / $sizer);
81
- margin-left: $margin_cent;
82
- margin-right: $margin_cent;
78
+ margin: 0 percentage($marger / $sizer);
83
79
  }
84
80
  }
85
81
  }
@@ -1,3 +1,3 @@
1
1
  module Cactu
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cactu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giovanni Mendoza