picasso 0.6.2 → 0.6.3

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.
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
@@ -439,7 +439,7 @@ $grid-default-include-push: true !default;
439
439
 
440
440
  }
441
441
 
442
- //Estilos para cada columna
442
+ //Hace un loop para generar los estilos de columnas
443
443
  @for $i from 1 through $grid-default-columns {
444
444
 
445
445
  //Cálculo del ancho de las columnas
@@ -464,7 +464,15 @@ $grid-default-include-push: true !default;
464
464
  }
465
465
 
466
466
  }
467
+
468
+ }
467
469
 
470
+ //Hace un loop para generar los estilos de offset
471
+ @for $i from 1 through $grid-default-columns {
472
+
473
+ //Cálculo del ancho de las columnas
474
+ $grid-column-width: ($grid-column-unit-width * $i) + ($grid-gutter-unit-width * ($i - 1));
475
+
468
476
  //Offset
469
477
  @if ($grid-default-include-offset == true) {
470
478
 
@@ -475,6 +483,14 @@ $grid-default-include-push: true !default;
475
483
 
476
484
  }
477
485
 
486
+ }
487
+
488
+ //Hace un loop para generar los estilos de push
489
+ @for $i from 1 through $grid-default-columns {
490
+
491
+ //Cálculo del ancho de las columnas
492
+ $grid-column-width: ($grid-column-unit-width * $i) + ($grid-gutter-unit-width * ($i - 1));
493
+
478
494
  //Push
479
495
  @if ($grid-default-include-push == true) {
480
496
 
@@ -485,6 +501,14 @@ $grid-default-include-push: true !default;
485
501
 
486
502
  }
487
503
 
504
+ }
505
+
506
+ //Hace un loop para generar los estilos de pull
507
+ @for $i from 1 through $grid-default-columns {
508
+
509
+ //Cálculo del ancho de las columnas
510
+ $grid-column-width: ($grid-column-unit-width * $i) + ($grid-gutter-unit-width * ($i - 1));
511
+
488
512
  //Pull
489
513
  @if ($grid-default-include-pull == true) {
490
514
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro D'Onofrio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-05 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
@@ -113,7 +113,7 @@ post_install_message: ! '
113
113
  ## Picasso - Sass/Compass Framework
114
114
 
115
115
 
116
- ## Versión: 0.6.2
116
+ ## Versión: 0.6.3
117
117
 
118
118
  ## Documentación: http://ux.despegar.it/labs/picasso/
119
119