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
@@ -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,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,7 +1,8 @@
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/all";
7
+
8
+ @import "helpers/mixins";
@@ -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
 
@@ -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 "settings";
8
+ @import "helpers";
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,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
  #{$table-base-class} {
6
6
  @if($table-width) {
@@ -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";
@@ -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
  // ################################################################################################################################ //
@@ -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
  // Use the final type size in the font-unit specified in the Vertical-Rhythm module
@@ -0,0 +1,8 @@
1
+ // /**
2
+ // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
+ // * Licensed under MIT; see LICENSE.txt
4
+ // */
5
+
6
+ @import "settings";
7
+ @import "helpers";
8
+ @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
 
6
6
  .tabs {
@@ -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";
@@ -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
 
@@ -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
  // */
@@ -0,0 +1,8 @@
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
+ @import "crossinghippos/all";
@@ -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,8 +1,10 @@
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
7
 
8
- @import "crossinghippos/all";
8
+ // @import "persistentgrid/extended/behavior";
9
+
10
+ @import "buttons/behavior";
@@ -0,0 +1,8 @@
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
+ // @import "persistentgrid/extended/helpers";
@@ -1,8 +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 "persistentgrid/extended/settings";
7
8
 
8
- @import "helpers/mixins";
9
+ @import "buttons/settings";
@@ -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 "settings";
8
+ @import "helpers";
9
+ @import "behavior";
@@ -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 "persistentgrid/extended/buttons/helpers";
@@ -4,7 +4,7 @@
4
4
  // */
5
5
  @if $trace-imports { @debug 'imported'; }
6
6
 
7
- // @import "pg/extended/buttons/settings";
7
+ // @import "persistentgrid/extended/buttons/settings";
8
8
 
9
9
 
10
10
  // -----------------------------------------------------------------------
@@ -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 "settings";
8
+ @import "helpers";
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
 
6
6
  @import "base/mixins.scss";
@@ -2,7 +2,7 @@
2
2
  // * @copyright Copyright (C) 2013 Online Kollektief - Babs Gösgens. All rights reserved.
3
3
  // * @license GNU General Public License version 2 or later; see LICENSE.txt
4
4
  // */
5
- @import "pg/extended/forms/settings";
5
+ @import "persistentgrid/extended/forms/settings";
6
6
 
7
7
  // $input-border-width : 1px;
8
8
  // $input-border-style : solid;
@@ -0,0 +1,8 @@
1
+ // /**
2
+ // * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
3
+ // * Licensed under MIT; see LICENSE.txt
4
+ // */
5
+
6
+ @import "settings";
7
+ @import "helpers";
8
+ @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
 
6
6
  ##{$linkbar-base-class} {
@@ -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,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
  // Linkbar base class
@@ -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
 
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
  // Dependencies
12
- @import "pg/helpers/library/lists";
12
+ @import "persistentgrid/utilities/library/lists";
13
13
 
14
14
 
15
15
  // Returns a new element
@@ -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