persistentgrid 0.0.1.beta.1

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 (129) hide show
  1. data/README.md +5 -0
  2. data/lib/persistentgrid.rb +4 -0
  3. data/scss/pg/_helpers.scss +7 -0
  4. data/scss/pg/base/_all.scss +9 -0
  5. data/scss/pg/base/_behavior.scss +10 -0
  6. data/scss/pg/base/_helpers.scss +9 -0
  7. data/scss/pg/base/_settings.scss +10 -0
  8. data/scss/pg/base/baserules/_all.scss +8 -0
  9. data/scss/pg/base/baserules/_behavior.scss +125 -0
  10. data/scss/pg/base/baserules/_settings.scss +39 -0
  11. data/scss/pg/base/reset/_all.scss +9 -0
  12. data/scss/pg/base/reset/_behavior.scss +108 -0
  13. data/scss/pg/base/reset/_helpers.scss +7 -0
  14. data/scss/pg/base/reset/_settings.scss +27 -0
  15. data/scss/pg/base/reset/helpers/_all.scss +7 -0
  16. data/scss/pg/base/reset/helpers/_mixins.scss +395 -0
  17. data/scss/pg/base/typography/_all.scss +9 -0
  18. data/scss/pg/base/typography/_behavior.scss +31 -0
  19. data/scss/pg/base/typography/_helpers.scss +7 -0
  20. data/scss/pg/base/typography/_settings.scss +52 -0
  21. data/scss/pg/base/typography/helpers/_all.scss +8 -0
  22. data/scss/pg/base/typography/helpers/_functions.scss +160 -0
  23. data/scss/pg/base/typography/helpers/_mixins.scss +121 -0
  24. data/scss/pg/grid/_all.scss +9 -0
  25. data/scss/pg/grid/_behavior.scss +51 -0
  26. data/scss/pg/grid/_helpers.scss +8 -0
  27. data/scss/pg/grid/_settings.scss +48 -0
  28. data/scss/pg/grid/helpers/_functions.scss +140 -0
  29. data/scss/pg/grid/helpers/_mixins.scss +247 -0
  30. data/scss/pg/helpers/_all.scss +11 -0
  31. data/scss/pg/helpers/_colors.scss +163 -0
  32. data/scss/pg/helpers/_fonts.scss +21 -0
  33. data/scss/pg/helpers/_functions.scss +91 -0
  34. data/scss/pg/helpers/_mixins.scss +7 -0
  35. data/scss/pg/helpers/_settings.scss +11 -0
  36. data/scss/pg/helpers/fonts/_bree-serif.scss +27 -0
  37. data/scss/pg/helpers/fonts/_example.scss +47 -0
  38. data/scss/pg/helpers/fonts/_lato.scss +36 -0
  39. data/scss/pg/helpers/fonts/_monospace.scss +43 -0
  40. data/scss/pg/helpers/fonts/_raleway.scss +35 -0
  41. data/scss/pg/helpers/fonts/_righteous.scss +27 -0
  42. data/scss/pg/helpers/fonts/_roboto.scss +38 -0
  43. data/scss/pg/helpers/fonts/_sans-serif.scss +43 -0
  44. data/scss/pg/helpers/fonts/_serif.scss +43 -0
  45. data/scss/pg/helpers/fonts/_sofia-pro.scss +44 -0
  46. data/scss/pg/helpers/fonts/_varela-round.scss +28 -0
  47. data/scss/pg/helpers/fonts/icon-fonts/_fontawesome.scss +34 -0
  48. data/scss/pg/helpers/fonts/icon-fonts/_foundation-accessability.scss +76 -0
  49. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_bootstrap.scss +84 -0
  50. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_core.scss +129 -0
  51. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_extras.scss +93 -0
  52. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_icons.scss +381 -0
  53. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_mixins.scss +48 -0
  54. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_path.scss +14 -0
  55. data/scss/pg/helpers/fonts/icon-fonts/fontawesome/_variables.scss +734 -0
  56. data/scss/pg/helpers/fonts/icon-fonts/foundation-accessability/_settings.scss +28 -0
  57. data/scss/pg/helpers/library/_lists.scss +462 -0
  58. data/scss/pg/helpers/mixins/_all.scss +15 -0
  59. data/scss/pg/helpers/mixins/_anchors.scss +125 -0
  60. data/scss/pg/helpers/mixins/_baseline.scss +53 -0
  61. data/scss/pg/helpers/mixins/_breakpoints.scss +35 -0
  62. data/scss/pg/helpers/mixins/_content.scss +19 -0
  63. data/scss/pg/helpers/mixins/_css-triangle.scss +70 -0
  64. data/scss/pg/helpers/mixins/_elements.scss +106 -0
  65. data/scss/pg/helpers/mixins/_module.scss +327 -0
  66. data/scss/pg/helpers/mixins/_text.scss +87 -0
  67. data/scss/pg/helpers/mixins/_units.scss +67 -0
  68. data/scss/pg/helpers/settings/_all.scss +7 -0
  69. data/scss/pg/helpers/settings/_breakpoints.scss +21 -0
  70. data/scss/pg/modules/_all.scss +9 -0
  71. data/scss/pg/modules/_behavior.scss +13 -0
  72. data/scss/pg/modules/_helpers.scss +13 -0
  73. data/scss/pg/modules/_settings.scss +13 -0
  74. data/scss/pg/modules/accordions/_all.scss +8 -0
  75. data/scss/pg/modules/accordions/_behavior.scss +5 -0
  76. data/scss/pg/modules/accordions/_helpers.scss +5 -0
  77. data/scss/pg/modules/accordions/_settings.scss +4 -0
  78. data/scss/pg/modules/buttons/_all.scss +8 -0
  79. data/scss/pg/modules/buttons/_behavior.scss +89 -0
  80. data/scss/pg/modules/buttons/_helpers.scss +7 -0
  81. data/scss/pg/modules/buttons/_settings.scss +153 -0
  82. data/scss/pg/modules/buttons/helpers/_mixins.scss +33 -0
  83. data/scss/pg/modules/forms/_all.scss +8 -0
  84. data/scss/pg/modules/forms/_behavior.bak.scss +215 -0
  85. data/scss/pg/modules/forms/_behavior.scss +215 -0
  86. data/scss/pg/modules/forms/_helpers.scss +8 -0
  87. data/scss/pg/modules/forms/_settings.scss +10 -0
  88. data/scss/pg/modules/forms/helpers/_mixins.scss +94 -0
  89. data/scss/pg/modules/forms/settings/forms.scss +19 -0
  90. data/scss/pg/modules/forms/settings/input.scss +256 -0
  91. data/scss/pg/modules/forms/settings/labels.scss +101 -0
  92. data/scss/pg/modules/lists/_all.scss +9 -0
  93. data/scss/pg/modules/lists/_behavior.scss +99 -0
  94. data/scss/pg/modules/lists/_helpers.scss +11 -0
  95. data/scss/pg/modules/lists/_settings.scss +49 -0
  96. data/scss/pg/modules/tables/_all.scss +8 -0
  97. data/scss/pg/modules/tables/_behavior.scss +79 -0
  98. data/scss/pg/modules/tables/_helpers.scss +7 -0
  99. data/scss/pg/modules/tables/_settings.scss +69 -0
  100. data/scss/pg/modules/tables/helpers/_mixins.scss +9 -0
  101. data/scss/pg/modules/tabs/_all.scss +8 -0
  102. data/scss/pg/modules/tabs/_behavior.scss +77 -0
  103. data/scss/pg/modules/tabs/_helpers.scss +7 -0
  104. data/scss/pg/modules/tabs/_settings.scss +8 -0
  105. data/scss/pg/modules/tabs/helpers/_mixins.scss +4 -0
  106. data/scss/pg/skins/_crossinghippos.scss +8 -0
  107. data/scss/pg/skins/crossinghippos/_all.scss +9 -0
  108. data/scss/pg/skins/crossinghippos/_behavior.scss +10 -0
  109. data/scss/pg/skins/crossinghippos/_helpers.scss +8 -0
  110. data/scss/pg/skins/crossinghippos/_settings.scss +9 -0
  111. data/scss/pg/skins/crossinghippos/buttons/_all.scss +9 -0
  112. data/scss/pg/skins/crossinghippos/buttons/_behavior.scss +25 -0
  113. data/scss/pg/skins/crossinghippos/buttons/_helpers.scss +7 -0
  114. data/scss/pg/skins/crossinghippos/buttons/_settings.scss +50 -0
  115. data/scss/pg/skins/crossinghippos/forms/_all.scss +9 -0
  116. data/scss/pg/skins/crossinghippos/forms/_base.scss +7 -0
  117. data/scss/pg/skins/crossinghippos/forms/_behavior.scss +259 -0
  118. data/scss/pg/skins/crossinghippos/forms/_settings.scss +29 -0
  119. data/scss/pg/skins/crossinghippos/linkbar/_all.scss +8 -0
  120. data/scss/pg/skins/crossinghippos/linkbar/_behavior.scss +73 -0
  121. data/scss/pg/skins/crossinghippos/linkbar/_helpers.scss +5 -0
  122. data/scss/pg/skins/crossinghippos/linkbar/_settings.scss +27 -0
  123. data/templates/base/manifest.rb +15 -0
  124. data/templates/base/screen.scss +39 -0
  125. data/templates/grid/manifest.rb +15 -0
  126. data/templates/grid/screen.scss +36 -0
  127. data/templates/modules/manifest.rb +15 -0
  128. data/templates/modules/screen.scss +44 -0
  129. metadata +210 -0
@@ -0,0 +1,27 @@
1
+ // /**
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
4
+ // */
5
+
6
+ // Linkbar base class
7
+ $linkbar-base-class : "linkbar";
8
+ $linkbar-breakpoint : $column-breakpoint;
9
+
10
+ // Background
11
+ $linkbar-background : false;
12
+
13
+ $linkbar-item-background : false;
14
+
15
+ $linkbar-item-link-background : $color-theme;
16
+
17
+ $linkbar-item-link-color : $white !important;
18
+
19
+ $linkbar-item-link-padding-top : rhythm(.25);
20
+ $linkbar-item-link-padding-right : column-padding(1/2);
21
+ $linkbar-item-link-padding-bottom : rhythm(.25);
22
+ $linkbar-item-link-padding-left : column-padding(1/2);
23
+ $linkbar-item-link-padding : $linkbar-item-link-padding-top $linkbar-item-link-padding-right $linkbar-item-link-padding-bottom $linkbar-item-link-padding-left;
24
+
25
+ $linkbar-item-link-hover-background : $color-primary;
26
+
27
+ $linkbar-item-link-hover-color : false;
@@ -0,0 +1,15 @@
1
+ stylesheet 'persistentgrid.scss', :media => "screen, projection"
2
+
3
+ description "A solid base for your projects. Includes the reset and base styles."
4
+
5
+ help %Q{
6
+ Please see the Persistent Grid website for all documentation and tutorials:
7
+
8
+ http://www.persistentgrid.com
9
+ }
10
+
11
+ welcome_message %Q{
12
+ Please see the Persistent Grid website for all documentation and tutorials:
13
+
14
+ http://www.persistentgrid.com
15
+ }
@@ -0,0 +1,39 @@
1
+ /* http://persistent-grid.com
2
+ v1.0 | 20130701
3
+ Copyright: Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
4
+ License: GNU General Public License version 2 or later; see LICENSE.txt
5
+ */
6
+ $trace-imports: false;
7
+
8
+
9
+ // ==========================================================================
10
+ // Dependencies
11
+ // ==========================================================================
12
+ @import "Compass";
13
+
14
+ // ==========================================================================
15
+ // Helpers
16
+ // ==========================================================================
17
+ @import "pg/helpers";
18
+ @import "pg/base/helpers";
19
+ @import "pg/grid/helpers";
20
+
21
+ // ==========================================================================
22
+ // Settings
23
+ // --------------------------------------------------------------------------
24
+ // Import the settings, in this order:
25
+ // 1) pg settings
26
+ // 2) project settings
27
+ // ==========================================================================
28
+ @import "pg/base/settings";
29
+ @import "pg/grid/settings";
30
+ // Your project settings and overrides //
31
+
32
+ // ==========================================================================
33
+ // Settings
34
+ // --------------------------------------------------------------------------
35
+ // Import the behavior (in the order you want rules to render):
36
+ // ==========================================================================
37
+ @import "pg/base/behavior";
38
+ @import "pg/grid/behavior";
39
+ // Your project behavior, e.g. your (S)CSS //
@@ -0,0 +1,15 @@
1
+ stylesheet 'persistentgrid.scss', :media => "screen, projection"
2
+
3
+ description "The core: a simple but flexible grid system."
4
+
5
+ help %Q{
6
+ Please see the Persistent Grid website for all documentation and tutorials:
7
+
8
+ http://www.persistentgrid.com
9
+ }
10
+
11
+ welcome_message %Q{
12
+ Please see the Persistent Grid website for all documentation and tutorials:
13
+
14
+ http://www.persistentgrid.com
15
+ }
@@ -0,0 +1,36 @@
1
+ /* http://persistent-grid.com
2
+ v1.0 | 20130701
3
+ Copyright: Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
4
+ License: GNU General Public License version 2 or later; see LICENSE.txt
5
+ */
6
+ $trace-imports: false;
7
+
8
+
9
+ // ==========================================================================
10
+ // Dependencies
11
+ // ==========================================================================
12
+ @import "Compass";
13
+
14
+ // ==========================================================================
15
+ // Helpers
16
+ // ==========================================================================
17
+ @import "pg/helpers";
18
+ @import "pg/grid/helpers";
19
+
20
+ // ==========================================================================
21
+ // Settings
22
+ // --------------------------------------------------------------------------
23
+ // Import the settings, in this order:
24
+ // 1) pg settings
25
+ // 2) project settings
26
+ // ==========================================================================
27
+ @import "pg/grid/settings";
28
+ // Your project settings and overrides //
29
+
30
+ // ==========================================================================
31
+ // Settings
32
+ // --------------------------------------------------------------------------
33
+ // Import the behavior (in the order you want rules to render):
34
+ // ==========================================================================
35
+ @import "pg/grid/behavior";
36
+ // Your project behavior, e.g. your (S)CSS //
@@ -0,0 +1,15 @@
1
+ stylesheet 'persistentgrid.scss', :media => "screen, projection"
2
+
3
+ description "Styles for common UI patterns."
4
+
5
+ help %Q{
6
+ Please see the Persistent Grid website for all documentation and tutorials:
7
+
8
+ http://www.persistentgrid.com
9
+ }
10
+
11
+ welcome_message %Q{
12
+ Please see the Persistent Grid website for all documentation and tutorials:
13
+
14
+ http://www.persistentgrid.com
15
+ }
@@ -0,0 +1,44 @@
1
+ /* http://persistent-grid.com
2
+ v1.0 | 20130701
3
+ Copyright: Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
4
+ License: GNU General Public License version 2 or later; see LICENSE.txt
5
+ */
6
+ $trace-imports: false;
7
+
8
+
9
+ // ==========================================================================
10
+ // Dependencies
11
+ // ==========================================================================
12
+ @import "Compass";
13
+
14
+ // ==========================================================================
15
+ // Helpers
16
+ // ==========================================================================
17
+ @import "pg/helpers";
18
+ @import "pg/base/helpers";
19
+ @import "pg/grid/helpers";
20
+ @import "pg/modules/helpers";
21
+
22
+ // ==========================================================================
23
+ // Settings
24
+ // --------------------------------------------------------------------------
25
+ // Import the settings, in this order:
26
+ // 1) project settings
27
+ // 2) base settings
28
+ // 3) grid settings
29
+ // 4) module settings
30
+ // ==========================================================================
31
+ @import "pg/base/settings";
32
+ @import "pg/grid/settings";
33
+ // Your project settings and overrides //
34
+ @import "pg/modules/settings";
35
+
36
+ // ==========================================================================
37
+ // Settings
38
+ // --------------------------------------------------------------------------
39
+ // Import the behavior (in the order you want rules to render):
40
+ // ==========================================================================
41
+ @import "pg/base/behavior";
42
+ @import "pg/layout/behavior";
43
+ @import "pg/modules/behavior";
44
+ // Your project behavior, e.g. your (S)CSS //
metadata ADDED
@@ -0,0 +1,210 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: persistentgrid
3
+ version: !ruby/object:Gem::Version
4
+ hash: 62196393
5
+ prerelease: 6
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ - beta
11
+ - 1
12
+ version: 0.0.1.beta.1
13
+ platform: ruby
14
+ authors:
15
+ - "Babs G\xC3\xB6sgens"
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2013-08-30 00:00:00 Z
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: compass
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 29
31
+ segments:
32
+ - 0
33
+ - 11
34
+ version: "0.11"
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ description: Persistent Grid is a grid at heart, but also boasts a great collection of re-usable modules.
38
+ email: babs@crossinghippos.nl
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ files:
46
+ - README.md
47
+ - lib/persistentgrid.rb
48
+ - scss/pg/_helpers.scss
49
+ - scss/pg/base/_all.scss
50
+ - scss/pg/base/_behavior.scss
51
+ - scss/pg/base/_helpers.scss
52
+ - scss/pg/base/_settings.scss
53
+ - scss/pg/base/baserules/_all.scss
54
+ - scss/pg/base/baserules/_behavior.scss
55
+ - scss/pg/base/baserules/_settings.scss
56
+ - scss/pg/base/reset/_all.scss
57
+ - scss/pg/base/reset/_behavior.scss
58
+ - scss/pg/base/reset/_helpers.scss
59
+ - scss/pg/base/reset/_settings.scss
60
+ - scss/pg/base/reset/helpers/_all.scss
61
+ - scss/pg/base/reset/helpers/_mixins.scss
62
+ - scss/pg/base/typography/_all.scss
63
+ - scss/pg/base/typography/_behavior.scss
64
+ - scss/pg/base/typography/_helpers.scss
65
+ - scss/pg/base/typography/_settings.scss
66
+ - scss/pg/base/typography/helpers/_all.scss
67
+ - scss/pg/base/typography/helpers/_functions.scss
68
+ - scss/pg/base/typography/helpers/_mixins.scss
69
+ - scss/pg/grid/_all.scss
70
+ - scss/pg/grid/_behavior.scss
71
+ - scss/pg/grid/_helpers.scss
72
+ - scss/pg/grid/_settings.scss
73
+ - scss/pg/grid/helpers/_functions.scss
74
+ - scss/pg/grid/helpers/_mixins.scss
75
+ - scss/pg/helpers/_all.scss
76
+ - scss/pg/helpers/_colors.scss
77
+ - scss/pg/helpers/_fonts.scss
78
+ - scss/pg/helpers/_functions.scss
79
+ - scss/pg/helpers/_mixins.scss
80
+ - scss/pg/helpers/_settings.scss
81
+ - scss/pg/helpers/fonts/_bree-serif.scss
82
+ - scss/pg/helpers/fonts/_example.scss
83
+ - scss/pg/helpers/fonts/_lato.scss
84
+ - scss/pg/helpers/fonts/_monospace.scss
85
+ - scss/pg/helpers/fonts/_raleway.scss
86
+ - scss/pg/helpers/fonts/_righteous.scss
87
+ - scss/pg/helpers/fonts/_roboto.scss
88
+ - scss/pg/helpers/fonts/_sans-serif.scss
89
+ - scss/pg/helpers/fonts/_serif.scss
90
+ - scss/pg/helpers/fonts/_sofia-pro.scss
91
+ - scss/pg/helpers/fonts/_varela-round.scss
92
+ - scss/pg/helpers/fonts/icon-fonts/_fontawesome.scss
93
+ - scss/pg/helpers/fonts/icon-fonts/_foundation-accessability.scss
94
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_bootstrap.scss
95
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_core.scss
96
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_extras.scss
97
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_icons.scss
98
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_mixins.scss
99
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_path.scss
100
+ - scss/pg/helpers/fonts/icon-fonts/fontawesome/_variables.scss
101
+ - scss/pg/helpers/fonts/icon-fonts/foundation-accessability/_settings.scss
102
+ - scss/pg/helpers/library/_lists.scss
103
+ - scss/pg/helpers/mixins/_all.scss
104
+ - scss/pg/helpers/mixins/_anchors.scss
105
+ - scss/pg/helpers/mixins/_baseline.scss
106
+ - scss/pg/helpers/mixins/_breakpoints.scss
107
+ - scss/pg/helpers/mixins/_content.scss
108
+ - scss/pg/helpers/mixins/_css-triangle.scss
109
+ - scss/pg/helpers/mixins/_elements.scss
110
+ - scss/pg/helpers/mixins/_module.scss
111
+ - scss/pg/helpers/mixins/_text.scss
112
+ - scss/pg/helpers/mixins/_units.scss
113
+ - scss/pg/helpers/settings/_all.scss
114
+ - scss/pg/helpers/settings/_breakpoints.scss
115
+ - scss/pg/modules/_all.scss
116
+ - scss/pg/modules/_behavior.scss
117
+ - scss/pg/modules/_helpers.scss
118
+ - scss/pg/modules/_settings.scss
119
+ - scss/pg/modules/accordions/_all.scss
120
+ - scss/pg/modules/accordions/_behavior.scss
121
+ - scss/pg/modules/accordions/_helpers.scss
122
+ - scss/pg/modules/accordions/_settings.scss
123
+ - scss/pg/modules/buttons/_all.scss
124
+ - scss/pg/modules/buttons/_behavior.scss
125
+ - scss/pg/modules/buttons/_helpers.scss
126
+ - scss/pg/modules/buttons/_settings.scss
127
+ - scss/pg/modules/buttons/helpers/_mixins.scss
128
+ - scss/pg/modules/forms/_all.scss
129
+ - scss/pg/modules/forms/_behavior.bak.scss
130
+ - scss/pg/modules/forms/_behavior.scss
131
+ - scss/pg/modules/forms/_helpers.scss
132
+ - scss/pg/modules/forms/_settings.scss
133
+ - scss/pg/modules/forms/helpers/_mixins.scss
134
+ - scss/pg/modules/forms/settings/forms.scss
135
+ - scss/pg/modules/forms/settings/input.scss
136
+ - scss/pg/modules/forms/settings/labels.scss
137
+ - scss/pg/modules/lists/_all.scss
138
+ - scss/pg/modules/lists/_behavior.scss
139
+ - scss/pg/modules/lists/_helpers.scss
140
+ - scss/pg/modules/lists/_settings.scss
141
+ - scss/pg/modules/tables/_all.scss
142
+ - scss/pg/modules/tables/_behavior.scss
143
+ - scss/pg/modules/tables/_helpers.scss
144
+ - scss/pg/modules/tables/_settings.scss
145
+ - scss/pg/modules/tables/helpers/_mixins.scss
146
+ - scss/pg/modules/tabs/_all.scss
147
+ - scss/pg/modules/tabs/_behavior.scss
148
+ - scss/pg/modules/tabs/_helpers.scss
149
+ - scss/pg/modules/tabs/_settings.scss
150
+ - scss/pg/modules/tabs/helpers/_mixins.scss
151
+ - scss/pg/skins/_crossinghippos.scss
152
+ - scss/pg/skins/crossinghippos/_all.scss
153
+ - scss/pg/skins/crossinghippos/_behavior.scss
154
+ - scss/pg/skins/crossinghippos/_helpers.scss
155
+ - scss/pg/skins/crossinghippos/_settings.scss
156
+ - scss/pg/skins/crossinghippos/buttons/_all.scss
157
+ - scss/pg/skins/crossinghippos/buttons/_behavior.scss
158
+ - scss/pg/skins/crossinghippos/buttons/_helpers.scss
159
+ - scss/pg/skins/crossinghippos/buttons/_settings.scss
160
+ - scss/pg/skins/crossinghippos/forms/_all.scss
161
+ - scss/pg/skins/crossinghippos/forms/_base.scss
162
+ - scss/pg/skins/crossinghippos/forms/_behavior.scss
163
+ - scss/pg/skins/crossinghippos/forms/_settings.scss
164
+ - scss/pg/skins/crossinghippos/linkbar/_all.scss
165
+ - scss/pg/skins/crossinghippos/linkbar/_behavior.scss
166
+ - scss/pg/skins/crossinghippos/linkbar/_helpers.scss
167
+ - scss/pg/skins/crossinghippos/linkbar/_settings.scss
168
+ - templates/base/manifest.rb
169
+ - templates/base/screen.scss
170
+ - templates/grid/manifest.rb
171
+ - templates/grid/screen.scss
172
+ - templates/modules/manifest.rb
173
+ - templates/modules/screen.scss
174
+ homepage: http://crossinghippos.nl/
175
+ licenses: []
176
+
177
+ post_install_message:
178
+ rdoc_options: []
179
+
180
+ require_paths:
181
+ - lib
182
+ required_ruby_version: !ruby/object:Gem::Requirement
183
+ none: false
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ hash: 3
188
+ segments:
189
+ - 0
190
+ version: "0"
191
+ required_rubygems_version: !ruby/object:Gem::Requirement
192
+ none: false
193
+ requirements:
194
+ - - ">"
195
+ - !ruby/object:Gem::Version
196
+ hash: 25
197
+ segments:
198
+ - 1
199
+ - 3
200
+ - 1
201
+ version: 1.3.1
202
+ requirements: []
203
+
204
+ rubyforge_project:
205
+ rubygems_version: 1.8.12
206
+ signing_key:
207
+ specification_version: 3
208
+ summary: A grid and more.
209
+ test_files: []
210
+