egghead-styles 1.0.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +36 -0
  3. data/app/assets/images/elements/egg.svg +8 -0
  4. data/app/assets/images/elements/section-title-bg.png +0 -0
  5. data/app/assets/stylesheets/_old/admin/dashboard.css.scss +7 -0
  6. data/app/assets/stylesheets/_old/admin/discount_codes.css.scss +3 -0
  7. data/app/assets/stylesheets/_old/admin/promos.css.scss +3 -0
  8. data/app/assets/stylesheets/_old/admin/special_offers.css.scss +3 -0
  9. data/app/assets/stylesheets/_old/components/_jumbotron.css.scss +65 -0
  10. data/app/assets/stylesheets/_old/components/_navbar.css.scss +91 -0
  11. data/app/assets/stylesheets/_old/components/_pricing-table.css.scss +188 -0
  12. data/app/assets/stylesheets/_old/components/_sales-item.css.scss +29 -0
  13. data/app/assets/stylesheets/_old/components/_search.css.scss +81 -0
  14. data/app/assets/stylesheets/_old/components/components.css.scss +5 -0
  15. data/app/assets/stylesheets/_old/forum/egghead/admin/groups.css.scss +7 -0
  16. data/app/assets/stylesheets/_old/forum/egghead/forums.css.scss +24 -0
  17. data/app/assets/stylesheets/_old/forum/egghead/topics.css.scss +23 -0
  18. data/app/assets/stylesheets/_old/forum/forum-egghead.css.scss +2 -0
  19. data/app/assets/stylesheets/_old/instructor/dashboard.css.scss +3 -0
  20. data/app/assets/stylesheets/_old/koudoku/pricing-table.css.scss +93 -0
  21. data/app/assets/stylesheets/_old/pages/articles/articles.css.scss +189 -0
  22. data/app/assets/stylesheets/_old/pages/home/home.css.scss +29 -0
  23. data/app/assets/stylesheets/_old/pages/instructor/instructor.css.scss +12 -0
  24. data/app/assets/stylesheets/_old/pages/jobs/jobs.css.scss +117 -0
  25. data/app/assets/stylesheets/_old/pages/lessons/lessons.css.scss +321 -0
  26. data/app/assets/stylesheets/_old/pages/pages.css.scss +7 -0
  27. data/app/assets/stylesheets/_old/pages/series/series.css.scss +0 -0
  28. data/app/assets/stylesheets/_old/pages/training/training.css.scss +19 -0
  29. data/app/assets/stylesheets/_old/player.css.scss +1 -0
  30. data/app/assets/stylesheets/_old/scaffolds.css.scss +69 -0
  31. data/app/assets/stylesheets/_old/socialbar.css.scss +71 -0
  32. data/app/assets/stylesheets/_old/syntax.css.scss +81 -0
  33. data/app/assets/stylesheets/_old/util/_padding.css.scss +8 -0
  34. data/app/assets/stylesheets/_old/util/util.css.scss +1 -0
  35. data/app/assets/stylesheets/application.css.scss +85 -0
  36. data/app/assets/stylesheets/components/_advantages.css.scss +17 -0
  37. data/app/assets/stylesheets/components/_autocomplete-input.css.scss +74 -0
  38. data/app/assets/stylesheets/components/_cc-form.css.scss +99 -0
  39. data/app/assets/stylesheets/components/_corporate-logos.css.scss +27 -0
  40. data/app/assets/stylesheets/components/_home.css.scss +15 -0
  41. data/app/assets/stylesheets/components/_instructor-list.css.scss +29 -0
  42. data/app/assets/stylesheets/components/_onoff_switch.css.scss +46 -0
  43. data/app/assets/stylesheets/components/_pricing-grid.css.scss +177 -0
  44. data/app/assets/stylesheets/components/_search.css.scss +321 -0
  45. data/app/assets/stylesheets/components/forum/_forum.scss +267 -0
  46. data/app/assets/stylesheets/components/forum/_posts.scss +105 -0
  47. data/app/assets/stylesheets/components/lessons/_lesson-email-blocker.css.scss +83 -0
  48. data/app/assets/stylesheets/components/lessons/_lesson-playlist-control.css.scss +301 -0
  49. data/app/assets/stylesheets/components/lessons/_lesson-review-page.css.scss +30 -0
  50. data/app/assets/stylesheets/components/lessons/_lesson-series-list.css.scss +170 -0
  51. data/app/assets/stylesheets/components/lessons/_lesson_pro_placeholder.css.scss +0 -0
  52. data/app/assets/stylesheets/components/lessons/_lessons-list.scss +52 -0
  53. data/app/assets/stylesheets/components/lessons/_popular-lesson-list.css.scss +69 -0
  54. data/app/assets/stylesheets/components/playlists/_add-to-button.scss +289 -0
  55. data/app/assets/stylesheets/components/playlists/_playlist.css.scss +29 -0
  56. data/app/assets/stylesheets/components/technology/_technology-pages.css.scss +3 -0
  57. data/app/assets/stylesheets/components/technology/page-all-technologies/_page-all-technologies.css.scss +798 -0
  58. data/app/assets/stylesheets/components/technology/page-single-technology/_page-single-technology.css.scss +1 -0
  59. data/app/assets/stylesheets/components/technology/shared/_shared.css.scss +66 -0
  60. data/app/assets/stylesheets/globals/_bootstrap-and-overrides.css.scss +66 -0
  61. data/app/assets/stylesheets/globals/_colors.css.scss +23 -0
  62. data/app/assets/stylesheets/globals/_fonts.css.scss +1533 -0
  63. data/app/assets/stylesheets/globals/_grid-helpers.scss +26 -0
  64. data/app/assets/stylesheets/globals/_mixins.css.scss +129 -0
  65. data/app/assets/stylesheets/globals/_variables.css.scss +144 -0
  66. data/app/assets/stylesheets/plugins/chosen.css.scss +93 -0
  67. data/app/assets/stylesheets/plugins/flipclock.css.scss +440 -0
  68. data/app/assets/stylesheets/sections/_footer.css.scss +87 -0
  69. data/app/assets/stylesheets/sections/_header.css.scss +256 -0
  70. data/app/assets/stylesheets/sections/_hero.css.scss +455 -0
  71. data/app/assets/stylesheets/shared/_alerts.css.scss +46 -0
  72. data/app/assets/stylesheets/shared/_buttons.css.scss +54 -0
  73. data/app/assets/stylesheets/shared/_forms.css.scss +478 -0
  74. data/app/assets/stylesheets/shared/_miscellaneous.scss +7 -0
  75. data/app/assets/stylesheets/shared/_pagination.scss +80 -0
  76. data/app/assets/stylesheets/shared/_styles.css.scss +1373 -0
  77. data/app/assets/stylesheets/shared/_titles.css.scss +39 -0
  78. data/app/assets/stylesheets/shared/_typography.css.scss +305 -0
  79. data/lib/egghead/styles.rb +10 -0
  80. data/lib/egghead/styles/version.rb +5 -0
  81. metadata +152 -0
@@ -0,0 +1,39 @@
1
+ /* Various Titles */
2
+ .title-with-logo-holder {
3
+ margin-bottom: 35px;
4
+ @include respond-to(phones) {
5
+ margin-bottom: 20px;
6
+ text-align: center;
7
+ }
8
+ .logo {
9
+ margin-right: 25px;
10
+ @include respond-to(phones) {
11
+ margin-right: 15px;
12
+ }
13
+ img {
14
+ height: 90px;
15
+ @include respond-to(phones) {
16
+ height: 45px;
17
+ }
18
+ }
19
+ }
20
+ .title {
21
+ display: inline-block;
22
+ vertical-align: middle;
23
+ margin-bottom: 0;
24
+ }
25
+ .admin {
26
+ float: right;
27
+ margin-top: 34px;
28
+ @include respond-to(phones) {
29
+ display: block;
30
+ margin-top: 10px;
31
+ float: none;
32
+ }
33
+ .icon {
34
+ margin-right: 6px;
35
+ vertical-align: middle;
36
+ color: $site-color-blue-calypso;
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,305 @@
1
+ body {
2
+ font-family: $body-font-family;
3
+ font-size: $body-font-size;
4
+ line-height: $body-line-height;
5
+ font-weight: $body-font-weight;
6
+ color: $body-font-color;
7
+ -webkit-font-smoothing: antialiased;
8
+ @include respond-to(tablets-large) {
9
+ font-size: $body-font-size-tablets-large;
10
+ }
11
+ @include respond-to(tablets-small) {
12
+ font-size: $body-font-size-tablets-small;
13
+ }
14
+ @include respond-to(phones) {
15
+ font-size: $body-font-size-phones;
16
+ padding-top: 52px;
17
+ }
18
+ }
19
+
20
+ h1, h2, h3, h4, h5 {
21
+ font-family: $body-font-family;
22
+ color: $site-color-dark-graphite;
23
+ line-height: 100%;
24
+ font-weight: 600;
25
+ margin-top: 0 !important;
26
+ &:last-child {
27
+ margin-bottom: 0;
28
+ }
29
+ a {
30
+ color: inherit;
31
+ &:hover, &:focus {
32
+ color: inherit;
33
+ }
34
+ }
35
+ }
36
+
37
+ h1 {
38
+ font-size: 50px;
39
+ @include respond-to(tablets-small) {
40
+ font-size: 36px;
41
+ }
42
+ @include respond-to(phones) {
43
+ font-size: 26px;
44
+ }
45
+ }
46
+
47
+ h2 {
48
+ font-size: 40px;
49
+ @include respond-to(tablets-small) {
50
+ font-size: 30px;
51
+ }
52
+ @include respond-to(phones) {
53
+ font-size: 22px;
54
+ }
55
+ small {
56
+ font-size: 16px;
57
+ line-height: 1.3em;
58
+ @include respond-to(tablets-small) {
59
+ font-size: 14px;
60
+ }
61
+ @include respond-to(phones) {
62
+ font-size: 13px;
63
+ }
64
+ }
65
+ }
66
+
67
+ h3 {
68
+ font-size: 30px;
69
+ @include respond-to(tablets-small) {
70
+ font-size: 24px;
71
+ }
72
+ @include respond-to(phones) {
73
+ font-size: 18px;
74
+ }
75
+ }
76
+
77
+ h4 {
78
+ font-size: 22px;
79
+ @include respond-to(tablets-small) {
80
+ font-size: 18px;
81
+ }
82
+ @include respond-to(phones) {
83
+ font-size: 16px;
84
+ }
85
+ }
86
+
87
+ h5 {
88
+ font-size: 16px;
89
+ @include respond-to(tablets-small) {
90
+ font-size: 15px;
91
+ }
92
+ @include respond-to(phones) {
93
+ font-size: 14px;
94
+ }
95
+ }
96
+
97
+ a {
98
+ @include transition(150ms);
99
+ color: $link-color;
100
+ &:hover {
101
+ color: $link-active-color;
102
+ text-decoration: none;
103
+ }
104
+ &:visited, &:focus {
105
+ outline: none;
106
+ }
107
+ &.underlined {
108
+ text-decoration: underline;
109
+ &:hover {
110
+ text-decoration: none;
111
+ }
112
+ }
113
+ &.link-with-arrow {
114
+ &:after {
115
+ content: "\f061";
116
+ font-family: FontAwesome;
117
+ font-weight: normal;
118
+ font-style: normal;
119
+ text-decoration: none;
120
+ -webkit-font-smoothing: antialiased;
121
+ display: inline-block;
122
+ margin-left: 5px;
123
+ font-size: 10px;
124
+ }
125
+ }
126
+ }
127
+
128
+ p:last-child {
129
+ margin-bottom: 0;
130
+ }
131
+
132
+ .list {
133
+ padding-left: 75px;
134
+ line-height: 28px;
135
+ margin: 30px 0;
136
+ &.list-marked {
137
+ list-style: none;
138
+ padding-left: 50px;
139
+ @include respond-to(tablets-small) {
140
+ padding-left: 30px;
141
+ }
142
+ @include respond-to(phones) {
143
+ padding-left: 20px;
144
+ }
145
+ > li {
146
+ &:before {
147
+ font-family: 'FontAwesome';
148
+ margin-right: 10px;
149
+ font-size: 18px;
150
+ vertical-align: top;
151
+ }
152
+ }
153
+ &.list-marked-question {
154
+ > li {
155
+ &:before {
156
+ content: "\f059";
157
+ color: $site-color-red;
158
+ }
159
+ }
160
+ }
161
+ &.list-marked-ok {
162
+ > li {
163
+ &:before {
164
+ content: "\f058";
165
+ color: $site-color-green;
166
+ }
167
+ }
168
+ }
169
+ &.list-marked-snowflake {
170
+ > li {
171
+ &:before {
172
+ float: left;
173
+ margin-top: 3px;
174
+ content: url(image_path("elements/snowflake.svg"));
175
+ color: $site-color-blue-dim;
176
+ }
177
+ }
178
+ }
179
+ }
180
+ > li {
181
+ margin-bottom: 10px;
182
+ &:last-child {
183
+ margin-bottom: 0;
184
+ }
185
+ }
186
+ }
187
+
188
+ small {
189
+ font-size: 16px;
190
+ line-height: 1.3em;
191
+ @include respond-to(tablets-small) {
192
+ font-size: 14px;
193
+ }
194
+ @include respond-to(phones) {
195
+ font-size: 13px;
196
+ }
197
+ }
198
+
199
+ strong {
200
+ font-weight: 700;
201
+ }
202
+
203
+ code {
204
+ white-space: pre-wrap;
205
+ }
206
+
207
+ blockquote {
208
+ padding: 5px 15px 5px 40px;
209
+ border-left: 2px solid $site-color-red;
210
+ @include respond-to(phones) {
211
+ padding: 5px 15px 5px 25px;
212
+ }
213
+ &:last-child {
214
+ margin-bottom: 0;
215
+ }
216
+ .sentence {
217
+ &:before {
218
+ content: '❝';
219
+ }
220
+ &:after {
221
+ content: '❞';
222
+ }
223
+ }
224
+ .author {
225
+ font-size: 20px;
226
+ line-height: 28px;
227
+ @include respond-to(phones) {
228
+ font-size: 14px;
229
+ line-height: 18px;
230
+ }
231
+ &:before {
232
+ content: '—';
233
+ margin-right: 5px;
234
+ }
235
+ }
236
+ }
237
+
238
+ .table {
239
+ margin-bottom: 0;
240
+ }
241
+ .table > thead > tr > td,
242
+ .table > tbody > tr > td,
243
+ .table > tfoot > tr > td {
244
+ vertical-align: middle;
245
+ }
246
+
247
+ .alert {
248
+ font-size: 16px;
249
+ border-radius: 0;
250
+ border: none;
251
+ padding: 15px 20px;
252
+ margin-bottom: 30px;
253
+ color: $site-color-medium-graphite;
254
+ }
255
+
256
+ .with-notification {
257
+ &:after {
258
+ position: absolute;
259
+ top: -3px;
260
+ right: -3px;
261
+ width: 18px;
262
+ height: 18px;
263
+ border-radius: 50%;
264
+ background: #ffffff;
265
+ color: rgba($site-color-black, 0.9);
266
+ z-index: 1;
267
+ content: attr(data-notification-number);
268
+ font-size: 12px;
269
+ text-align: center;
270
+ line-height: 18px;
271
+ }
272
+ }
273
+
274
+ .items-separator {
275
+ display: block;
276
+ width: 100%;
277
+ margin-bottom: 40px;
278
+ @include clearfix();
279
+ &:last-child {
280
+ margin-bottom: 0;
281
+ }
282
+ @include respond-to(phones) {
283
+ margin-bottom: 0;
284
+ }
285
+ }
286
+
287
+ .pagination-holder {
288
+ @include respond-to(phones) {
289
+ text-align: center;
290
+ }
291
+ }
292
+
293
+ @include custom-label('custom-label-red', $site-color-red-dim, $site-color-red);
294
+
295
+ /* Color helper classes */
296
+ .color-white {
297
+ color: #fff;
298
+ }
299
+
300
+ .text-subtle {
301
+ color: $site-color-medium-graphite;
302
+ }
303
+
304
+
305
+
@@ -0,0 +1,10 @@
1
+ require "egghead/styles/version"
2
+
3
+ module Egghead
4
+ module Styles
5
+
6
+ class Engine < ::Rails::Engine
7
+ end
8
+
9
+ end
10
+ end
@@ -0,0 +1,5 @@
1
+ module Egghead
2
+ module Styles
3
+ VERSION = "1.0.29"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,152 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: egghead-styles
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.29
5
+ platform: ruby
6
+ authors:
7
+ - egghead.io
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-02-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.10'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.10'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: To reduce development friction egghead.io has extracted its core CSS
42
+ styles into a gem for use across projects.
43
+ email:
44
+ - info@egghead.io
45
+ executables: []
46
+ extensions: []
47
+ extra_rdoc_files: []
48
+ files:
49
+ - README.md
50
+ - app/assets/images/elements/egg.svg
51
+ - app/assets/images/elements/section-title-bg.png
52
+ - app/assets/stylesheets/_old/admin/dashboard.css.scss
53
+ - app/assets/stylesheets/_old/admin/discount_codes.css.scss
54
+ - app/assets/stylesheets/_old/admin/promos.css.scss
55
+ - app/assets/stylesheets/_old/admin/special_offers.css.scss
56
+ - app/assets/stylesheets/_old/components/_jumbotron.css.scss
57
+ - app/assets/stylesheets/_old/components/_navbar.css.scss
58
+ - app/assets/stylesheets/_old/components/_pricing-table.css.scss
59
+ - app/assets/stylesheets/_old/components/_sales-item.css.scss
60
+ - app/assets/stylesheets/_old/components/_search.css.scss
61
+ - app/assets/stylesheets/_old/components/components.css.scss
62
+ - app/assets/stylesheets/_old/forum/egghead/admin/groups.css.scss
63
+ - app/assets/stylesheets/_old/forum/egghead/forums.css.scss
64
+ - app/assets/stylesheets/_old/forum/egghead/topics.css.scss
65
+ - app/assets/stylesheets/_old/forum/forum-egghead.css.scss
66
+ - app/assets/stylesheets/_old/instructor/dashboard.css.scss
67
+ - app/assets/stylesheets/_old/koudoku/pricing-table.css.scss
68
+ - app/assets/stylesheets/_old/pages/articles/articles.css.scss
69
+ - app/assets/stylesheets/_old/pages/home/home.css.scss
70
+ - app/assets/stylesheets/_old/pages/instructor/instructor.css.scss
71
+ - app/assets/stylesheets/_old/pages/jobs/jobs.css.scss
72
+ - app/assets/stylesheets/_old/pages/lessons/lessons.css.scss
73
+ - app/assets/stylesheets/_old/pages/pages.css.scss
74
+ - app/assets/stylesheets/_old/pages/series/series.css.scss
75
+ - app/assets/stylesheets/_old/pages/training/training.css.scss
76
+ - app/assets/stylesheets/_old/player.css.scss
77
+ - app/assets/stylesheets/_old/scaffolds.css.scss
78
+ - app/assets/stylesheets/_old/socialbar.css.scss
79
+ - app/assets/stylesheets/_old/syntax.css.scss
80
+ - app/assets/stylesheets/_old/util/_padding.css.scss
81
+ - app/assets/stylesheets/_old/util/util.css.scss
82
+ - app/assets/stylesheets/application.css.scss
83
+ - app/assets/stylesheets/components/_advantages.css.scss
84
+ - app/assets/stylesheets/components/_autocomplete-input.css.scss
85
+ - app/assets/stylesheets/components/_cc-form.css.scss
86
+ - app/assets/stylesheets/components/_corporate-logos.css.scss
87
+ - app/assets/stylesheets/components/_home.css.scss
88
+ - app/assets/stylesheets/components/_instructor-list.css.scss
89
+ - app/assets/stylesheets/components/_onoff_switch.css.scss
90
+ - app/assets/stylesheets/components/_pricing-grid.css.scss
91
+ - app/assets/stylesheets/components/_search.css.scss
92
+ - app/assets/stylesheets/components/forum/_forum.scss
93
+ - app/assets/stylesheets/components/forum/_posts.scss
94
+ - app/assets/stylesheets/components/lessons/_lesson-email-blocker.css.scss
95
+ - app/assets/stylesheets/components/lessons/_lesson-playlist-control.css.scss
96
+ - app/assets/stylesheets/components/lessons/_lesson-review-page.css.scss
97
+ - app/assets/stylesheets/components/lessons/_lesson-series-list.css.scss
98
+ - app/assets/stylesheets/components/lessons/_lesson_pro_placeholder.css.scss
99
+ - app/assets/stylesheets/components/lessons/_lessons-list.scss
100
+ - app/assets/stylesheets/components/lessons/_popular-lesson-list.css.scss
101
+ - app/assets/stylesheets/components/playlists/_add-to-button.scss
102
+ - app/assets/stylesheets/components/playlists/_playlist.css.scss
103
+ - app/assets/stylesheets/components/technology/_technology-pages.css.scss
104
+ - app/assets/stylesheets/components/technology/page-all-technologies/_page-all-technologies.css.scss
105
+ - app/assets/stylesheets/components/technology/page-single-technology/_page-single-technology.css.scss
106
+ - app/assets/stylesheets/components/technology/shared/_shared.css.scss
107
+ - app/assets/stylesheets/globals/_bootstrap-and-overrides.css.scss
108
+ - app/assets/stylesheets/globals/_colors.css.scss
109
+ - app/assets/stylesheets/globals/_fonts.css.scss
110
+ - app/assets/stylesheets/globals/_grid-helpers.scss
111
+ - app/assets/stylesheets/globals/_mixins.css.scss
112
+ - app/assets/stylesheets/globals/_variables.css.scss
113
+ - app/assets/stylesheets/plugins/chosen.css.scss
114
+ - app/assets/stylesheets/plugins/flipclock.css.scss
115
+ - app/assets/stylesheets/sections/_footer.css.scss
116
+ - app/assets/stylesheets/sections/_header.css.scss
117
+ - app/assets/stylesheets/sections/_hero.css.scss
118
+ - app/assets/stylesheets/shared/_alerts.css.scss
119
+ - app/assets/stylesheets/shared/_buttons.css.scss
120
+ - app/assets/stylesheets/shared/_forms.css.scss
121
+ - app/assets/stylesheets/shared/_miscellaneous.scss
122
+ - app/assets/stylesheets/shared/_pagination.scss
123
+ - app/assets/stylesheets/shared/_styles.css.scss
124
+ - app/assets/stylesheets/shared/_titles.css.scss
125
+ - app/assets/stylesheets/shared/_typography.css.scss
126
+ - lib/egghead/styles.rb
127
+ - lib/egghead/styles/version.rb
128
+ homepage: https://github.com/eggheadio/egghead-styles
129
+ licenses:
130
+ - MIT
131
+ metadata: {}
132
+ post_install_message:
133
+ rdoc_options: []
134
+ require_paths:
135
+ - lib
136
+ required_ruby_version: !ruby/object:Gem::Requirement
137
+ requirements:
138
+ - - ">="
139
+ - !ruby/object:Gem::Version
140
+ version: '0'
141
+ required_rubygems_version: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ requirements: []
147
+ rubyforge_project:
148
+ rubygems_version: 2.4.8
149
+ signing_key:
150
+ specification_version: 4
151
+ summary: Holds styles required for egghead.io
152
+ test_files: []