persistentgrid 0.0.1.beta.10 → 0.0.1.beta.11

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.
Files changed (141) hide show
  1. data/scss/persistentgrid/_utilities.scss +7 -0
  2. data/scss/{pg/base/typography → persistentgrid/base}/_all.scss +2 -2
  3. data/scss/{pg → persistentgrid}/base/_behavior.scss +1 -1
  4. data/scss/{pg → persistentgrid}/base/_helpers.scss +1 -1
  5. data/scss/{pg → persistentgrid}/base/_settings.scss +1 -1
  6. data/scss/{pg → persistentgrid}/base/baserules/_all.scss +1 -1
  7. data/scss/{pg → persistentgrid}/base/baserules/_behavior.scss +1 -1
  8. data/scss/{pg → persistentgrid}/base/baserules/_settings.scss +1 -1
  9. data/scss/{pg/base → persistentgrid/base/reset}/_all.scss +2 -2
  10. data/scss/{pg → persistentgrid}/base/reset/_behavior.scss +0 -0
  11. data/scss/{pg → persistentgrid/base/reset}/_helpers.scss +1 -1
  12. data/scss/{pg → persistentgrid}/base/reset/_settings.scss +1 -1
  13. data/scss/{pg → persistentgrid}/base/reset/helpers/_all.scss +1 -1
  14. data/scss/{pg → persistentgrid}/base/reset/helpers/_mixins.scss +1 -1
  15. data/scss/{pg/grid → persistentgrid/base/typography}/_all.scss +2 -2
  16. data/scss/{pg → persistentgrid}/base/typography/_behavior.scss +1 -1
  17. data/scss/{pg/base/reset → persistentgrid/base/typography}/_helpers.scss +1 -1
  18. data/scss/{pg → persistentgrid}/base/typography/_settings.scss +1 -1
  19. data/scss/{pg → persistentgrid}/base/typography/helpers/_all.scss +1 -1
  20. data/scss/{pg → persistentgrid}/base/typography/helpers/_functions.scss +1 -1
  21. data/scss/{pg → persistentgrid}/base/typography/helpers/_mixins.scss +1 -1
  22. data/scss/{pg/base/reset → persistentgrid/layout}/_all.scss +2 -2
  23. data/scss/persistentgrid/layout/_behavior.scss +71 -0
  24. data/scss/{pg/grid → persistentgrid/layout}/_helpers.scss +1 -1
  25. data/scss/{pg/grid → persistentgrid/layout}/_settings.scss +2 -2
  26. data/scss/{pg/grid → persistentgrid/layout}/helpers/_functions.scss +1 -1
  27. data/scss/{pg/grid → persistentgrid/layout}/helpers/_mixins.scss +3 -12
  28. data/scss/persistentgrid/modules/_all.scss +9 -0
  29. data/scss/{pg → persistentgrid}/modules/_behavior.scss +1 -1
  30. data/scss/{pg → persistentgrid}/modules/_helpers.scss +1 -1
  31. data/scss/{pg → persistentgrid}/modules/_settings.scss +1 -1
  32. data/scss/{pg → persistentgrid}/modules/accordions/_all.scss +1 -1
  33. data/scss/{pg → persistentgrid}/modules/accordions/_behavior.scss +1 -1
  34. data/scss/{pg/skins/crossinghippos/linkbar → persistentgrid/modules/accordions}/_helpers.scss +1 -1
  35. data/scss/{pg → persistentgrid}/modules/accordions/_settings.scss +1 -1
  36. data/scss/{pg/modules/forms → persistentgrid/modules/buttons}/_all.scss +1 -1
  37. data/scss/{pg → persistentgrid}/modules/buttons/_behavior.scss +0 -0
  38. data/scss/{pg → persistentgrid}/modules/buttons/_helpers.scss +1 -1
  39. data/scss/{pg → persistentgrid}/modules/buttons/_settings.scss +0 -0
  40. data/scss/{pg → persistentgrid}/modules/buttons/helpers/_mixins.scss +1 -1
  41. data/scss/{pg/modules/tables → persistentgrid/modules/forms}/_all.scss +1 -1
  42. data/scss/{pg → persistentgrid}/modules/forms/_behavior.bak.scss +1 -1
  43. data/scss/{pg → persistentgrid}/modules/forms/_behavior.scss +1 -1
  44. data/scss/{pg/base/typography → persistentgrid/modules/forms}/_helpers.scss +3 -2
  45. data/scss/{pg → persistentgrid}/modules/forms/_settings.scss +1 -1
  46. data/scss/{pg → persistentgrid}/modules/forms/helpers/_mixins.scss +1 -1
  47. data/scss/{pg → persistentgrid}/modules/forms/settings/forms.scss +1 -1
  48. data/scss/{pg → persistentgrid}/modules/forms/settings/input.scss +1 -1
  49. data/scss/{pg → persistentgrid}/modules/forms/settings/labels.scss +1 -1
  50. data/scss/persistentgrid/modules/lists/_all.scss +9 -0
  51. data/scss/{pg → persistentgrid}/modules/lists/_behavior.scss +1 -1
  52. data/scss/{pg → persistentgrid}/modules/lists/_helpers.scss +1 -1
  53. data/scss/{pg → persistentgrid}/modules/lists/_settings.scss +1 -1
  54. data/scss/{pg/modules/buttons → persistentgrid/modules/tables}/_all.scss +1 -1
  55. data/scss/{pg → persistentgrid}/modules/tables/_behavior.scss +1 -1
  56. data/scss/{pg/modules/tabs → persistentgrid/modules/tables}/_helpers.scss +1 -1
  57. data/scss/{pg → persistentgrid}/modules/tables/_settings.scss +1 -1
  58. data/scss/{pg → persistentgrid}/modules/tables/helpers/_mixins.scss +1 -1
  59. data/scss/persistentgrid/modules/tabs/_all.scss +8 -0
  60. data/scss/{pg → persistentgrid}/modules/tabs/_behavior.scss +1 -1
  61. data/scss/{pg/modules/tables → persistentgrid/modules/tabs}/_helpers.scss +1 -1
  62. data/scss/{pg → persistentgrid}/modules/tabs/_settings.scss +1 -1
  63. data/scss/{pg → persistentgrid}/modules/tabs/helpers/_mixins.scss +1 -1
  64. data/scss/persistentgrid/skins/_crossinghippos.scss +8 -0
  65. data/scss/persistentgrid/skins/crossinghippos/_all.scss +9 -0
  66. data/scss/{pg/skins/_crossinghippos.scss → persistentgrid/skins/crossinghippos/_behavior.scss} +4 -2
  67. data/scss/persistentgrid/skins/crossinghippos/_helpers.scss +8 -0
  68. data/scss/{pg/modules/forms/_helpers.scss → persistentgrid/skins/crossinghippos/_settings.scss} +3 -2
  69. data/scss/persistentgrid/skins/crossinghippos/buttons/_all.scss +9 -0
  70. data/scss/{pg → persistentgrid}/skins/crossinghippos/buttons/_behavior.scss +0 -0
  71. data/scss/persistentgrid/skins/crossinghippos/buttons/_helpers.scss +7 -0
  72. data/scss/{pg → persistentgrid}/skins/crossinghippos/buttons/_settings.scss +1 -1
  73. data/scss/persistentgrid/skins/crossinghippos/forms/_all.scss +9 -0
  74. data/scss/{pg → persistentgrid}/skins/crossinghippos/forms/_base.scss +1 -1
  75. data/scss/{pg → persistentgrid}/skins/crossinghippos/forms/_behavior.scss +0 -0
  76. data/scss/{pg → persistentgrid}/skins/crossinghippos/forms/_settings.scss +1 -1
  77. data/scss/persistentgrid/skins/crossinghippos/linkbar/_all.scss +8 -0
  78. data/scss/{pg → persistentgrid}/skins/crossinghippos/linkbar/_behavior.scss +1 -1
  79. data/scss/{pg/modules/accordions → persistentgrid/skins/crossinghippos/linkbar}/_helpers.scss +1 -1
  80. data/scss/{pg → persistentgrid}/skins/crossinghippos/linkbar/_settings.scss +1 -1
  81. data/scss/{pg/helpers → persistentgrid/utilities}/_all.scss +1 -1
  82. data/scss/{pg/helpers → persistentgrid/utilities}/_anchors.scss +1 -1
  83. data/scss/{pg/helpers → persistentgrid/utilities}/_baseline.scss +1 -1
  84. data/scss/{pg/helpers → persistentgrid/utilities}/_breakpoints.scss +1 -1
  85. data/scss/{pg/helpers → persistentgrid/utilities}/_content.scss +1 -1
  86. data/scss/{pg/helpers → persistentgrid/utilities}/_css-triangle.scss +1 -1
  87. data/scss/{pg/helpers → persistentgrid/utilities}/_elements.scss +1 -1
  88. data/scss/{pg/helpers → persistentgrid/utilities}/_module.scss +1 -1
  89. data/scss/persistentgrid/utilities/_settings.scss +7 -0
  90. data/scss/{pg/helpers → persistentgrid/utilities}/_text.scss +1 -1
  91. data/scss/{pg/helpers → persistentgrid/utilities}/_typography.scss +1 -1
  92. data/scss/{pg/helpers → persistentgrid/utilities}/_units.scss +0 -0
  93. data/scss/{pg/helpers → persistentgrid/utilities}/library/_lists.scss +0 -0
  94. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_all.scss +1 -1
  95. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_breakpoints.scss +1 -1
  96. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_colors.scss +2 -2
  97. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_constants.scss +2 -2
  98. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_font-sizes.scss +1 -1
  99. data/scss/{pg/helpers → persistentgrid/utilities}/settings/_fonts.scss +1 -1
  100. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_asap.scss +1 -1
  101. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_bree-serif.scss +1 -1
  102. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_example.scss +1 -1
  103. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_lato.scss +1 -1
  104. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_monospace.scss +1 -1
  105. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_raleway.scss +1 -1
  106. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_righteous.scss +1 -1
  107. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_roboto.scss +1 -1
  108. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_sans-serif.scss +1 -1
  109. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_serif.scss +1 -1
  110. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_sofia-pro.scss +1 -1
  111. data/scss/{pg/helpers → persistentgrid/utilities}/settings/fonts/_varela-round.scss +1 -1
  112. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/_fontawesome.scss +0 -0
  113. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/_foundation-accessability.scss +0 -0
  114. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_bootstrap.scss +0 -0
  115. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_core.scss +0 -0
  116. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_extras.scss +0 -0
  117. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_icons.scss +0 -0
  118. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_mixins.scss +0 -0
  119. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_path.scss +0 -0
  120. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/fontawesome/_variables.scss +0 -0
  121. data/scss/{pg/helpers → persistentgrid/utilities}/settings/icon-fonts/foundation-accessability/_settings.scss +0 -0
  122. data/templates/base/base.scss +9 -5
  123. data/templates/{grid → layout}/manifest.rb +0 -0
  124. data/templates/layout/persistentgrid.scss +53 -0
  125. data/templates/modules/modules.scss +13 -9
  126. data/templates/project/screen.scss +11 -11
  127. metadata +125 -125
  128. data/scss/pg/grid/_behavior.scss +0 -61
  129. data/scss/pg/helpers/_settings.scss +0 -7
  130. data/scss/pg/modules/_all.scss +0 -9
  131. data/scss/pg/modules/lists/_all.scss +0 -9
  132. data/scss/pg/modules/tabs/_all.scss +0 -8
  133. data/scss/pg/skins/crossinghippos/_all.scss +0 -9
  134. data/scss/pg/skins/crossinghippos/_behavior.scss +0 -10
  135. data/scss/pg/skins/crossinghippos/_helpers.scss +0 -8
  136. data/scss/pg/skins/crossinghippos/_settings.scss +0 -9
  137. data/scss/pg/skins/crossinghippos/buttons/_all.scss +0 -9
  138. data/scss/pg/skins/crossinghippos/buttons/_helpers.scss +0 -7
  139. data/scss/pg/skins/crossinghippos/forms/_all.scss +0 -9
  140. data/scss/pg/skins/crossinghippos/linkbar/_all.scss +0 -8
  141. data/templates/grid/persistentgrid.scss +0 -43
@@ -0,0 +1,7 @@
1
+ // /**
2
+ // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
+ // * Licensed under MIT; see LICENSE.txt
4
+ // */
5
+ @if $trace-imports { @debug 'imported'; }
6
+
7
+ @import "utilities/all";
@@ -1,9 +1,9 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
7
- @import "settings";
8
7
  @import "helpers";
8
+ @import "settings";
9
9
  @import "behavior";
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,9 +1,9 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
7
- @import "helpers";
8
7
  @import "settings";
8
+ @import "helpers";
9
9
  @import "behavior";
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,9 +1,9 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
7
- @import "helpers";
8
7
  @import "settings";
8
+ @import "helpers";
9
9
  @import "behavior";
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,9 +1,9 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
7
- @import "settings";
8
7
  @import "helpers";
8
+ @import "settings";
9
9
  @import "behavior";
@@ -0,0 +1,71 @@
1
+ // /**
2
+ // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
+ // * Licensed under MIT; see LICENSE.txt
4
+ // */
5
+ @if $trace-imports { @debug 'imported'; }
6
+
7
+ // ==========================================================================
8
+ // Root element
9
+ // ==========================================================================
10
+ #{$root-selector} {
11
+ @include root();
12
+ }
13
+
14
+ // ==========================================================================
15
+ // Layout "column"
16
+ // ==========================================================================
17
+ #{$column-selector} {
18
+ @include column-behavior();
19
+ @include column-width(1/1, false, true);
20
+ }
21
+
22
+ // ==========================================================================
23
+ // Adds padding
24
+ // ==========================================================================
25
+ #{$column-selector}--padded {
26
+ @include column-spacing();
27
+ }
28
+
29
+ // ==========================================================================
30
+ // Bleed padding
31
+ // ==========================================================================
32
+ #{$column-selector}--bleed {
33
+ @include bleed();
34
+ }
35
+
36
+ // ==========================================================================
37
+ // Column widths
38
+ // ==========================================================================
39
+ @each $fraction in $column-widths {
40
+ $name: fraction-to-text($fraction);
41
+ @if $name {
42
+ #{$column-selector}--#{$name} {
43
+ @include column-width($fraction);
44
+ }
45
+ #{$column-selector}--#{$name}-persistent {
46
+ @include column-width($fraction, true);
47
+ }
48
+ }
49
+ }
50
+
51
+ // ==========================================================================
52
+ // Source ordering
53
+ // ==========================================================================
54
+ #{$column-selector}--push,
55
+ #{$column-selector}--pull {
56
+ position: relative;
57
+ @include reset-source-order;
58
+ }
59
+
60
+ @each $fraction in $column-widths {
61
+ $name: fraction-to-text($fraction);
62
+ @if $name {
63
+ // Source Ordering
64
+ #{$column-selector}--push-#{$name} {
65
+ @include push($fraction);
66
+ }
67
+ #{$column-selector}--pull-#{$name} {
68
+ @include pull($fraction);
69
+ }
70
+ }
71
+ }
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -10,7 +10,7 @@
10
10
  // Set a max width on a root container of your choice, the content will not stretch beyond this width.
11
11
  // The root container can be positioned left or center, for alternate position you can provide your own behavior.
12
12
  // ================================================================================================================================
13
- $column-selector: ".column" !default;
13
+ $column-selector: ".lt" !default;
14
14
  $column-spacing: 2*$base-line-height !default;
15
15
  $column-spacing-unit: 1px;
16
16
  $column-spacing-persistent: false !default;
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -36,14 +36,14 @@
36
36
  // @param (string) $fraction
37
37
  // @param (boolean) $persistent
38
38
  // ==========================================================================
39
- @mixin column-width($fraction: $column-width-default, $persistent: false)
39
+ @mixin column-width($fraction: $column-width-default, $persistent: false, $reset-width: false)
40
40
  {
41
41
  @if $persistent {
42
42
  width: fraction-to-percentage($fraction) !important;
43
43
  }
44
44
  @else {
45
45
  width: fraction-to-percentage($fraction);
46
- @if $column-breakpoint {
46
+ @if $column-breakpoint and $reset-width {
47
47
  @include breakpoint( $column-breakpoint ) {
48
48
  width: 100%;
49
49
  }
@@ -174,7 +174,6 @@
174
174
  // ==========================================================================
175
175
  @mixin move($fraction)
176
176
  {
177
- position: relative;
178
177
  left: fraction-to-percentage($fraction);
179
178
  }
180
179
 
@@ -189,10 +188,6 @@
189
188
  @mixin push($fraction, $persistent: false)
190
189
  {
191
190
  @include move($fraction);
192
-
193
- @if $persistent == false {
194
- @extend %reset-source-order;
195
- }
196
191
  }
197
192
 
198
193
 
@@ -206,10 +201,6 @@
206
201
  @mixin pull($fraction, $persistent: false)
207
202
  {
208
203
  @include move(-1*$fraction);
209
-
210
- @if $persistent == false {
211
- @extend %reset-source-order;
212
- }
213
204
  }
214
205
 
215
206
 
@@ -0,0 +1,9 @@
1
+ // /**
2
+ // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
+ // * Licensed under MIT; see LICENSE.txt
4
+ // */
5
+ @if $trace-imports { @debug 'imported'; }
6
+
7
+ @import "helpers";
8
+ @import "settings";
9
+ @import "behavior";
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
 
6
6
  @import "settings";
@@ -1,5 +1,5 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
 
@@ -1,5 +1,5 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
 
@@ -1,4 +1,4 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
 
6
6
  @import "settings";
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
- // * Licensed under GNU General Public License version 2 or later; see LICENSE.txt
3
+ // * Licensed under MIT; see LICENSE.txt
4
4
  // */
5
5
 
6
6
  // @import "base/functions";