-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
630 lines (605 loc) · 37.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Scout-App - Sass without hassle</title>
<meta name="description" content="Scout-App, the easiest way to use Sass!" />
<meta name="keywords" content="Scout, Scout-App, scoutapp, scout app, Sass, scss, css, preprocessor, GUI, styles, front-end, web design, web development tools, free, open source" />
<meta name="subject" content="Homepage for Scout-App" />
<meta name="copyright" content="Mutually Human" />
<meta name="language" content="EN" />
<meta name="robots" content="index,follow" />
<meta name="owner" content="Mutually Human" />
<meta name="rating" content="General" />
<meta name="HandheldFriendly" content="True" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="fluid-icon" href="/_img/meta/fluid.png" type="image/png" />
<!-- Google/Schema.org -->
<meta itemprop="name" content="Scout-App, the easiest way to use Sass!" />
<meta itemprop="description" content="Scout-App is a cross-platform desktop app that handles processing your Sass/SCSS files into CSS with ease!" />
<meta itemprop="image" content="https://scout-app.io/_img/scout-app.png" />
<!-- Twitter -->
<meta name="twitter:dnt" content="on" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@TheJaredwilcurt" />
<!-- Facebook/Reddit -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://scout-app.io" />
<meta property="og:title" content="Scout-App, the easiest way to use Sass!" />
<meta property="og:site_name" content="Scout-App, the easiest way to use Sass!" />
<meta property="og:image" content="https://scout-app.io/_img/scout-app.png" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Scout-App is a cross-platform desktop app that handles processing your Sass/SCSS files into CSS with ease!" />
<!-- Android -->
<meta name="theme-color" content="#03A9F4" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Microsoft -->
<meta name="application-name" content="Scout-App" />
<meta http-equiv="cleartype" content="on" />
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square70x70logo" content="/_img/meta/mstile01sm.png" />
<meta name="msapplication-square150x150logo" content="/_img/meta/mstile02md.png" />
<meta name="msapplication-wide310x150logo" content="/_img/meta/mstile03wd.png" />
<meta name="msapplication-square310x310logo" content="/_img/meta/mstile04lg.png" />
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
<!-- Apple -->
<meta name="apple-mobile-web-app-title" content="Scout-App" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-touch-fullscreen" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" href="/_img/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon-precomposed" href="/_img/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon" href="/_img/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="/_img/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon" href="/_img/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="/_img/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon" href="/_img/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="/_img/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-startup-image" href="/_img/meta/apl-str.png" type="image/png" />
<!-- Styles/Scripts -->
<link rel="stylesheet" href="/_styles/style.min.css" type="text/css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="sticker-banner" class="bgbrownsugarketchup textpuppybase">
There's always room for more stickers. <a href="https://devswag.com/products/scout-app-stickers" class="textpuppyspot" target="_blank">Get Scout-App stickers now</a>.
</div>
</div>
<header>
<table>
<tbody>
<tr>
<td>
<img src="/_img/scout-app-logo.svg" alt="Scout-App 2 Logo featuring Scout the Puppy." /><br />
<p>The easiest way to process Sass and SCSS to CSS!</p>
</td>
</tr>
</tbody>
</table>
</header>
<main>
<section id="downloads-and-video" class="bgbrownsugarketchup">
<div class="half">
<h1>Sass for Web Designers</h1>
<hr />
<div id="downloads">
<h3>Downloads</h3>
<div class="half">
<a href="https://github.com/scout-app/scout-app/releases" target="_blank" class="lin32">Linux 32-Bit</a>
<a href="https://github.com/scout-app/scout-app/releases" target="_blank" class="lin64">Linux 64-Bit</a>
</div>
<div class="half">
<a href="https://github.com/scout-app/scout-app/releases" target="_blank" class="osxupdate">OSX</a>
<a href="https://github.com/scout-app/scout-app/releases" target="_blank" class="windowsupdate">Windows</a>
</div>
</div>
<p><a href="http://Scout-App.io/dashboard">Previous Versions & Download Stats</a></p>
</div>
<div class="half bgbrownsugarketchup">
<!-- Placeholder video -->
<iframe src="https://www.youtube-nocookie.com/embed/6zA78zMsH9w?rel=0&showinfo=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section id="whatsnew" class="bgpuppybase">
<h1>What's New in Scout-App</h1>
<table>
<thead>
<tr>
<th>Version Comparison</th>
<th><a href="http://Scout-App.io/classic" title="View classic website">2012 (0.7.1)</a></th>
<th>2019 (<span class="currentVersion">2.18.16</span>)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sass Version</td>
<td>2012 (Ruby)</td>
<td>2019 (SassC)</td>
</tr>
<tr>
<td>Technology</td>
<td>Air, Java, Ruby</td>
<td>NW.js, Node</td>
</tr>
<tr>
<td>Cross-Platform</td>
<td>OSX, Windows</td>
<td>Windows, Linux, OSX</td>
</tr>
<tr>
<td>Syntax Support</td>
<td>scss and sass</td>
<td>scss and sass</td>
</tr>
<tr>
<td>Compass Support</td>
<td>Full Support</td>
<td>Only Mixins</td>
</tr>
<tr>
<td>Speed</td>
<td>Potato</td>
<td>Kitten with a Jetpack</td>
</tr>
<tr>
<td>Project Setup</td>
<td>Manual</td>
<td>Automatic & Manual</td>
</tr>
<tr>
<td>Themes</td>
<td>1</td>
<td>20 + Create your own</td>
</tr>
<tr>
<td>Alerts & Errors</td>
<td>Silent Console logs</td>
<td>Human Readable in UI, Desktop Notifications, Audio, console</td>
</tr>
<tr>
<td>Custom Mixin Libraries</td>
<td>No</td>
<td>Yes</td>
</tr>
<tr>
<td>Languages</td>
<td>English</td>
<td>English + 30 more (<a href="#cultures" class="translate-link">contribute more</a>)</td>
</tr>
</tbody>
</table>
</section>
<section id="screenshots" class="bgwhite">
<div class="half">
<h1>Screenshots</h1>
<p>Scout-App runs on many different operating systems. Click a logo below to see screenshots from some of the supported OS's.</p>
<img src="/_img/logo-win.svg" alt="Windows" title="Windows" data-os="win" class="win" />
<img src="/_img/logo-ubuntu.svg" alt="Ubuntu" title="Ubuntu" data-os="ubuntu" class="ubuntu" />
<img src="/_img/logo-zorin.svg" alt="Zorin" title="Zorin" data-os="zorin" class="zorin" />
<img src="/_img/logo-osx.svg" alt="OSX" title="OSX" data-os="osx" class="osx" />
</div>
<div class="half slick">
<div><img src="/_img/screenshots/win/02.png" /><p>Editing a Project</p></div>
</div>
</section>
<section id="quotes" class="bgpuppybase">
<h3>Scout-App is recommended by:</h3>
<ul>
<li>The official Sass Language website</li>
<li><cite>John W. Long, Managing Editor of TheSassWay.com</cite> — <q>Making it easier to use Sass.</q></li>
<li><cite>A List Apart</cite> — <q>A fast and easy way to work with Sass.</q></li>
<li><cite>Mashable</cite> — <q>Manage your projects effortlessly. Scout does all the heavy lifting.</q></li>
<li><cite>Professor Deverell (NYU)</cite> — <q>Big success. Really helped my students understand the process to have a GUI for Sass before creating our own NPM script for Node-Sass.</q></li>
<li><cite>noeticforce</cite> — <q>Scout comes to the rescue and takes all the pain away. I love Scout and recommend it to everyone.</q></li>
<li><cite>Impressive Webs</cite> — <q>Dead simple to get started preprocessing.</q></li>
<li><cite>Web Resources Depot</cite> — <q>Allows anyone to make use of Sass without the complexity of the command line.</q></li>
<li><cite>Template Monster</cite> — <q>Scout-App delivers more control, organization, and optimization to web designers, making their CSS workflow a snap.</q></li>
<li><cite>OS Training</cite> — <q>If you are looking for free software to compile your Sass, this is a great option.</q></li>
<li><cite>Johnstonian Era</cite> — <q>It’s crazy simple to use.</q></li>
</ul>
</section>
<section id="cultures" class="bgwhite">
<div class="half">
<h1>Multi-Language Support</h1>
<h3 class="textpuppyspot">
Albanian,
Arabic,
Brazilian Portuguese,
Bulgarian,
Chinese (Simplified & Traditional),
Danish,
Dutch,
English,
Finnish,
French,
German,
Hebrew,
Hungarian,
Indonesian,
Italian,
Japanese,
Marathi,
Norwegian,
Persian,
Polish,
Redneck,
Romanian,
Russian,
Spanish (Argentina),
Swedish,
Turkish,
Ukrainian,
& Vietnamese
</h3>
<p>Scout-App 2 was designed with a powerful translation engine allowing it to change languages on the fly.</p>
<p><a href="#cultures" class="showtranslations">Would you like to <strong>help translate</strong> Scout-App?</a></p>
<div id="translation_instructions" class="bgpuppybase">
<h4>Translating Scout-App 2 Instructions</h4>
<ol>
<li>Login to your <a href="https://accounts.google.com/login" target="_blank">Google Account</a>.</li>
<li>Go to the translation file on <a href="https://docs.google.com/spreadsheets/d/16FtHGThz0-CBz_rf_9QO4zOV7oNmNk2BlwmtvKuzAhs/edit?usp=sharing">Google Sheets</a>.</li>
<li>There is an <strong>en</strong> column for the English version, and a <strong>CONTEXT</strong> column that explains the usage of the text.</li>
<li>All other languages are laid out alphabetically.</li>
<li>Create a new column for your language.</li>
<li>Translate all of the <strong>en</strong> phrases. Add another column for any notes related to your translations.</li>
<li><strong><a href="https://github.com/scout-app/scout-app/issues/new?title=Translated%20Scout-App&body=New%20translation%20can%20be%20found%20at%0D%0D%2A%20https%3A%2F%2Fdocs%2Egoogle%2Ecom%2Fspreadsheets%2Fd%2F16FtHGThz0-CBz_rf_9QO4zOV7oNmNk2BlwmtvKuzAhs%2Fedit%3Fusp%3Dsharing">Add an issue to GitHub</a> to inform us of an update to the document.</strong></li>
</ol>
</div>
<div class="osselect">
<img src="/_img/logo-win.svg" alt="Windows" title="Windows" data-os="win" class="win" />
<img src="/_img/logo-ubuntu.svg" alt="Ubuntu" title="Ubuntu" data-os="ubuntu" class="ubuntu" />
<img src="/_img/logo-zorin.svg" alt="Zorin" title="Zorin" data-os="zorin" class="zorin" />
<img src="/_img/logo-osx.svg" alt="OSX" title="OSX" data-os="osx" class="osx" />
<small>Click a logo above to see screenshots from that OS.</small>
</div>
</div>
<div class="half slick">
<div><img src="/_img/screenshots/win/05.png" /><p>Russian</p></div>
</div>
</section>
<section id="contributors" class="bgmustard">
<div class="full">
<h3 class="textketchup">Contributors</h3>
<p>As an open source project, Scout-App could not exist without the support and contributions of our users and the open source community.</p>
</div>
<div class="half">
<h4>Scout-App 2 Development</h4>
<ul>
<li><a href="https://github.com/TheJaredWilcurt">The Jared Wilcurt</a> - Creator, Maintainer, Project Manager</li>
<li><a href="https://github.com/StephanRaab">Stephan Raab</a> - Themes feature, Bug Testing</li>
<li><a href="https://github.com/BlackBetty">Daniel Golant</a> - UX Testing and Design</li>
<li><a href="https://github.com/kimmortal1">Kim Sharpe</a> - New Logo Design</li>
<li><a href="https://github.com/zdennis">zdennis</a> - UX Design and Planning</li>
<li><a href="https://github.com/mejiaj">mejiaj</a> - UX Design and Planning</li>
<li><a href="https://github.com/ewiggle">ewiggle</a> - FTUX UX Design and Planning</li>
<li><a href="https://github.com/nic-bertino">Nic Bertino</a> - FTUX UX Design and Planning</li>
<li><a href="https://github.com/i-mure">i-mure</a> - Donated the Scout-App GitHub Organization name to us, thanks!</li>
</ul>
</div>
<div class="half">
<h4>Scout-App 2 Website</h4>
<ul>
<li><a href="https://github.com/TheJaredWilcurt">The Jared Wilcurt</a> - Project Management, Site Content, General styles, Image optimization</li>
<li><a href="https://github.com/mattattaq">Matthew Allbright</a> - Downloads Dashboard</li>
<li><a href="https://github.com/LRod-101">Luis Rodriguez</a> - Dynamic GitHub API integration</li>
<li><a href="https://github.com/kimmortal1">Kim Sharpe</a> - Logo/Branding</li>
<li><a href="https://github.com/getmicah">Micah Cowell</a> - Gulp setup, Automated Sass processing, JS Minification/Uglification, Hot reloading, LoFi Mockups/Wireframes</li>
</ul>
</div>
<div class="half">
<h4>Scout-App 2 Translators</h4>
<ul>
<li><a href="https://github.com/StephanRaab">Stephan Raab</a> - French & Dutch</li>
<li><a href="https://github.com/BlackBetty">Daniel Golant</a> - Russian</li>
<li><a href="http://phpgeek.dk">Johan Holst Nielsen</a> - Danish</li>
<li><a href="https://github.com/lucapalomba">Luca Paco Palomba</a> - Italian</li>
<li><a href="http://www.56whiskeyclub.com">The Chris Lusk</a> - Redneck</li>
<li><a href="http://ireneml.fr">ireneml-fr</a> - Spanish</li>
<li><a href="https://github.com/AnotherJavaCoder">Arthur Tesse</a> - French improvements</li>
<li><a href="http://www.w3suli.com">W3Suli</a> - Hungarian</li>
<li><a href="https://baivong.github.io">Zzbaivong</a> - Vietnamese</li>
<li><a href="https://hsinchenglin.com">Hsin Cheng Lin (Luke)</a> - Chinese (Traditional)</li>
</ul>
</div>
<div class="half">
<h4>Scout-App 1</h4>
<ul>
<li><a href="http://github.com/mhs">Mutually Human</a> - The company behind the original</li>
<li><a href="http://github.com/zdennis">zdennis</a> - Lead Developer</li>
<li>Sung Yi</li>
<li>Ryan Montgomery</li>
<li>John Hwang</li>
<li>Matthew Seeley</li>
<li>Mark Van Holstyn</li>
<li>Jack Slingerland</li>
<li>Jeremy W. Rowe</li>
</ul>
</div>
</section>
<section id="themes" class="bgwhite">
<div class="half">
<h1>Themes</h1>
<p>Most of these themes are supplied from BootSwatch. However you can <a href="https://www.youtube.com/watch?v=DtEVIDvBrSI" target="_blank">create your own custom theme</a> too.</p>
<div class="osselect">
<img src="/_img/logo-win.svg" alt="Windows" title="Windows" data-os="win" class="win" />
<img src="/_img/logo-ubuntu.svg" alt="Ubuntu" title="Ubuntu" data-os="ubuntu" class="ubuntu" />
<img src="/_img/logo-zorin.svg" alt="Zorin" title="Zorin" data-os="zorin" class="zorin" />
<img src="/_img/logo-osx.svg" alt="OSX" title="OSX" data-os="osx" class="osx" />
<small>Click a logo above to see screenshots from that OS.</small>
</div>
</div>
<div class="half slick">
<div><img src="/_img/screenshots/win/11.png" /><p>Flatly (Windows)</p></div>
</div>
</section>
<section id="minreqs_and_mixins" class="bgpuppyspot">
<div id="minreqs" class="half">
<h4>Minimum System Requirements</h4>
<table>
<tr>
<th data-os="win">Windows</th>
<td rowspan="3">
<div class="win">
At least <strong>64MB</strong> of available RAM.
At least <strong>111MB</strong> of free space.
<strong>XP, Vista, 7, 8, 10.</strong>
<strong>32-Bit</strong> or <strong>64-Bit</strong> OS (ARM not supported).
</div>
<div class="osx">
At least <strong>64MB</strong> of available RAM.
At least <strong>159MB</strong> of free space.
<strong>10.6, 10.7, 10.8, 10.9, 10.10, 10.11.</strong>
<strong>64-Bit</strong> OS only (32-Bit and ARM are not supported).
</div>
<div class="ubuntu">
At least <strong>64MB</strong> of available RAM.
At least <strong>152MB</strong> of free space.
<strong>Ubuntu 12, Ubuntu 14, Ubuntu 16, Debian 8, Zorin 9, Zorin 11.</strong>
<strong>32-Bit</strong> or <strong>64-Bit</strong> OS (ARM not supported).
<small>Some other Linux OS's (particularly Debian based) may work, though are not officially supported.</small>
</div>
</td>
</tr>
<tr><th data-os="osx">OSX</th></tr>
<tr><th data-os="ubuntu">Linux</th></tr>
</table>
</div>
<div id="mixins" class="half bgpuppybase">
<h4>Built-in Mixins</h4>
<p>Simply add the <code>@import</code> into your code to have access to that library.</p>
<div class="table">
<div class="thead">
<div class="tr">
<div class="th half">Code</div>
<div class="th half">Source</div>
</div>
</div>
<div class="tbody limited hide">
<div class="tr">
<div class="td half"><code>@import "compass";</code></div>
<div class="td half"><a href="https://github.com/Igosuki/compass-mixins">@Igosuki/compass-mixins</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "bourbon";</code></div>
<div class="td half"><a href="https://github.com/thoughtbot/bourbon">@thoughtbot/bourbon</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "neat";</code></div>
<div class="td half"><a href="https://github.com/thoughtbot/neat">@thoughtbot/neat</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "meyer";</code></div>
<div class="td half"><a href="https://github.com/TheJaredWilcurt/meyer-sass">@TheJaredWilcurt/meyer-sass</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "normalize";</code></div>
<div class="td half"><a href="https://github.com/necolas/normalize.css">@necolas/normalize.css</a></div>
</div>
<div class="tr">
<div class="td showmore full">Show more</div>
</div>
</div>
<div class="tbody complete">
<div class="tr">
<div class="td half"><code>@import "buttons";</code></div>
<div class="td half"><a href="https://github.com/alexwolfe/Buttons">@alexwolfe/Buttons</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "bi-app-ltr";</code></div>
<div class="td half"><a href="https://github.com/anasnakawa/bi-app-sass">@anasnakawa/bi-app-sass</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "bi-app-rtl";</code></div>
<div class="td half"><a href="https://github.com/anasnakawa/bi-app-sass">@anasnakawa/bi-app-sass</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "pineapple-sass";</code></div>
<div class="td half"><a href="https://github.com/ArunMichaelDsouza/pineapple-sass">@ArunMichaelDsouza/pineapple-sass</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "saffron";</code></div>
<div class="td half"><a href="https://github.com/corporadobob/saffron">@corporadobob/saffron</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "scut";</code></div>
<div class="td half"><a href="https://github.com/davidtheclark/scut">@davidtheclark/scut</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "susy";</code></div>
<div class="td half"><a href="https://github.com/ericam/susy">@ericam/susy</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "sass-boost";</code></div>
<div class="td half"><a href="https://github.com/esr360/Sass-Boost">@esr360/Sass-Boost</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "andy";</code></div>
<div class="td half"><a href="https://github.com/gillesbertaux/andy">@gillesbertaux/andy</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "typesettings";</code></div>
<div class="td half"><a href="https://github.com/ianrose/typesettings">@ianrose/typesettings</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "compass";</code></div>
<div class="td half"><a href="https://github.com/Igosuki/compass-mixins">@Igosuki/compass-mixins</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "lemonade";</code></div>
<div class="td half"><a href="https://github.com/Igosuki/compass-mixins">@Igosuki/compass-mixins</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "sassy-buttons";</code></div>
<div class="td half"><a href="https://github.com/jhardy/Sassy-Buttons">@jhardy/Sassy-Buttons</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "bluejay";</code></div>
<div class="td half"><a href="https://github.com/kalebheitzman/bluebird">@kalebheitzman/bluebird</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "sass-easing";</code></div>
<div class="td half"><a href="https://github.com/kingscooty/sass-easing">@kingscooty/sass-easing</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "family";</code></div>
<div class="td half"><a href="https://github.com/LukyVj/family.scss">@LukyVj/family.scss</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "breakpoint";</code></div>
<div class="td half"><a href="https://github.com/lesjames/breakpoint">@lesjames/breakpoint</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "sass-css3-mixins";</code></div>
<div class="td half"><a href="https://github.com/matthieua/sass-css3-mixins">@matthieua/sass-css3-mixins</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "normalize";</code></div>
<div class="td half"><a href="https://github.com/necolas/normalize.css">@necolas/normalize.css</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "cssowl";</code></div>
<div class="td half"><a href="https://github.com/owl-stars/cssowl">@owl-stars/cssowl</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "rem";</code></div>
<div class="td half"><a href="https://github.com/pierreburel/sass-rem">@pierreburel/sass-rem</a></div>
</div>
<!-- Commented out because paths changed in dependencies in 2.18.16, fixed in next version -->
<!--
<div class="tr">
<div class="td half"><code>@import "sierra";</code></div>
<div class="td half"><a href="https://github.com/sierra-library/sierra">@sierra-library/sierra</a></div>
</div>
-->
<div class="tr">
<div class="td half"><code>@import "spice";</code></div>
<div class="td half"><a href="https://github.com/spice-sass/spice">@spice-sass/spice</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "meyer";</code></div>
<div class="td half"><a href="https://github.com/TheJaredWilcurt/meyer-sass">@TheJaredWilcurt/meyer-sass</a></div>
</div>
<div class="tr">
<div class="td half"><code>@import "bourbon";</code></div>
<div class="td half"><a href="https://github.com/thoughtbot/bourbon">@thoughtbot/bourbon</a></div>
</div>
<!-- Commented out because paths changed in dependencies in 2.18.16, fixed in next version -->
<!--
<div class="tr">
<div class="td half"><code>@import "neat";</code></div>
<div class="td half"><a href="https://github.com/thoughtbot/neat">@thoughtbot/neat</a></div>
</div>
-->
<div class="tr">
<div class="td showless full">Show less</div>
</div>
</div>
</div>
<p>If we've missed a popular mixin library, request it on the <a href="https://github.com/scout-app/scout-app/issues" target="_blank">issues page</a>.</p>
</div>
</section>
<section id="technology" class="bgwhite">
<div class="full">
<h2 class="textpuppyspot">Scout-App was made with:</h2>
</div>
<div class="thirds textpuppyspot">
<a href="https://github.com/sass/node-sass" target="_blank"><img src="/_img/logo-nodesass.svg" alt="The Node-Sass engine." title="The Node-Sass engine." class="node-sass" /></a>
<p>The Node-Sass engine.</p>
</div>
<div class="thirds textpuppyspot">
<a href="http://ugui.io" target="_blank"><img src="/_img/logo-ugui.png" alt="The Universal GUI Library/Framework" title="The Universal GUI Library/Framework" /></a>
<p>The Universal GUI Library/Framework</p>
</div>
<div class="thirds textpuppyspot">
<a href="http://nwjs.io" target="_blank"><img src="/_img/logo-nwjs.png" alt="The NW.js Cross-Platform Runtime Environment" title="The NW.js Cross-Platform Runtime Environment" /></a>
<p>The NW.js Cross-Platform Runtime Environment</p>
</div>
</section>
<section id="stickers" class="bgpuppyspot">
<div class="half text-center">
<h2 class="textbrownsugarketchup">Support Scout-App!</h2>
<h1><a href="https://devswag.com/products/scout-app-stickers" target="_blank">Buy Stickers!</a></h1>
<p>Scout-App has officially partnered with <strong>DevSwag</strong> to sell stickers of our logo. They have the <strong>highest quality</strong> stickers and help fund lots of popular open source projects, including Sass.</p>
<a class="devswag" href="https://devswag.com/products/scout-app-stickers" target="_blank"><img src="/_img/devswag.png" alt="DevSwag Logo" /></a>
<h2 class="textbrownsugarketchup">Also, like us on <h1><a href="http://alternativeto.net/software/scout/">Alternative<wbr />To<wbr />.net</a></h1></h2>
</div>
<div class="half">
<a href="https://devswag.com/products/scout-app-stickers" target="_blank"><img src="/_img/big-sticker.png" alt="Scout-App logo as a sticker" /></a>
</div>
</section>
</main>
<footer class="bgpuppybase">
<div>
<h4>Additional Links</h4>
<a href="/dashboard">Alternate Downloads</a>
<a href="https://gitter.im/scout-app/scout-app">Support Chat</a>
<a href="https://github.com/scout-app/scout-app">GitHub</a>
<a href="http://Scout-App.io/classic">Scout-App Classic</a>
</div>
<div>
<h4>Ideas and Issues</h4>
<a href="https://github.com/scout-app/scout-app/issues/new?body=OS%3A%20%0DScout-App%20Version%3A%20%0DInformation%20from%20Dev%20Tools%3A%20%0D%0D%28Attach%20screenshot%20below%29">Report Bugs</a>
<a href="https://github.com/scout-app/scout-app/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request">Request Features</a>
</div>
<div>
<h4>Contribute</h4>
<a href="#cultures" class="translate-link">Translate Scout-App</a>
<a href="https://www.youtube.com/watch?v=DtEVIDvBrSI" target="_blank">Create a Theme</a>
<a href="https://github.com/scout-app/scout-app/issues">Fix Existing Bugs</a>
<a href="https://github.com/scout-app/scout-app/blob/master/documentation/contributing.md">Work on features that are on the roadmap</a>
</div>
</footer>
<!-- SCRIPTS -->
<link rel="stylesheet" href="/_styles/fonts.min.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='/_scripts/jquery-2.2.3.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script> <!-- Load local jQuery if Google CDN is unreachable -->
<script type="text/javascript" src="/_scripts/ven.slick.min.js"></script>
<script src="/_scripts/crossbrowser.js"></script>
<script src="/_scripts/64or32-jquery.min.js"></script>
<script src="/_scripts/main.js"></script><!-- _js.main.js-->
<script>
(function(s,c,o,u,t,g,a){s['GoogleAnalyticsObject']=t;s[t]=s[t]||function(){
(s[t].q=s[t].q||[]).push(arguments)},s[t].l=1*new Date();g=c.createElement(o),
a=c.getElementsByTagName(o)[0];g.async=1;g.src=u;a.parentNode.insertBefore(g,a)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86948918-1', 'auto');
ga('send', 'pageview');
</script>
<!-- GitHub Corner -->
<a href="http://github.com/scout-app/scout-app" class="github-corner"><svg width="80" height="80" viewBox="0 0 250 250" style="position:absolute;top:33px;border:0;right:0" fill="#D72B2A" color="#ffd255"><path d="M0 0l115 115h15l12 27 108 108v-250z"/><path d="M128.3 109c-14.5-9.3-9.3-19.4-9.3-19.4 3-6.9 1.5-11 1.5-11-1.3-6.6 2.9-2.3 2.9-2.3 3.9 4.6 2.1 11 2.1 11-2.6 10.3 5.1 14.6 8.9 15.9" fill="#ffd255" style="transform-origin:130px 106px" class="octo-arm"/><path d="M115 115c-.1.1 3.7 1.5 4.8.4l13.9-13.8c3.2-2.4 6.2-3.2 8.5-3-8.4-10.6-14.7-24.2 1.6-40.6 4.7-4.6 10.2-6.8 15.9-7 .6-1.6 3.5-7.4 11.7-10.9 0 0 4.7 2.4 7.4 16.1 4.3 2.4 8.4 5.6 12.1 9.2 3.6 3.6 6.8 7.8 9.2 12.2 13.7 2.6 16.2 7.3 16.2 7.3-3.6 8.2-9.4 11.1-10.9 11.7-.3 5.8-2.4 11.2-7.1 15.9-16.4 16.4-30 10-40.6 1.6.2 2.8-1 6.8-5 10.8l-11.7 11.6c-1.2 1.2.6 5.4.8 5.3z" fill="#FFD255" class="octo-body"/></svg></a>
<style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
</body>
</html>