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.
- checksums.yaml +8 -8
- data/README.md +5 -2
- data/docs/_picasso.html +580 -580
- data/docs/css/picasso-demos.css +580 -580
- data/docs/index.html +608 -604
- data/docs/picasso-_components.html +580 -580
- data/docs/picasso-_despegar.html +580 -580
- data/docs/picasso-_utils.html +580 -580
- data/docs/picasso-components-_accordions.html +580 -580
- data/docs/picasso-components-_arrows.html +580 -580
- data/docs/picasso-components-_bubbles.html +580 -580
- data/docs/picasso-components-_buttons.html +580 -580
- data/docs/picasso-components-_clusters.html +580 -580
- data/docs/picasso-components-_inputs.html +580 -580
- data/docs/picasso-components-_list-grids.html +580 -580
- data/docs/picasso-components-_navs.html +580 -580
- data/docs/picasso-components-_pagination.html +580 -580
- data/docs/picasso-components-_popups.html +580 -580
- data/docs/picasso-components-_tooltips.html +580 -580
- data/docs/picasso-components-buttons-_3d.html +580 -580
- data/docs/picasso-despegar-_mixins.html +580 -580
- data/docs/picasso-despegar-_variables.html +580 -580
- data/docs/picasso-utils-_clearfix.html +580 -580
- data/docs/picasso-utils-_grid.html +627 -603
- data/docs/picasso-utils-_ie.html +580 -580
- data/docs/picasso-utils-_rem.html +580 -580
- data/docs/picasso-utils-_sprite.html +580 -580
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/utils/_grid.scss +25 -1
- metadata +3 -3
data/lib/picasso/version.rb
CHANGED
@@ -439,7 +439,7 @@ $grid-default-include-push: true !default;
|
|
439
439
|
|
440
440
|
}
|
441
441
|
|
442
|
-
//
|
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.
|
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-
|
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.
|
116
|
+
## Versión: 0.6.3
|
117
117
|
|
118
118
|
## Documentación: http://ux.despegar.it/labs/picasso/
|
119
119
|
|