sane-scale 0.1.2 → 0.5.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.
@@ -0,0 +1,18 @@
1
+ # Make sure you list all the project template files here in the manifest.
2
+ file 'sass/_typography-config.scss'
3
+ file 'sass/_typography.scss'
4
+ file 'sass/_icons.scss'
5
+ file 'sass/main.scss'
6
+
7
+ file 'fonts/feather-webfont.eot'
8
+ file 'fonts/feather-webfont.svg'
9
+ file 'fonts/feather-webfont.ttf'
10
+ file 'fonts/feather-webfont.woff'
11
+
12
+ html 'type-specimen.html'
13
+
14
+ description "Sample typography setup with a type-specimen."
15
+
16
+ help %Q{}
17
+
18
+ welcome_message %Q{}
@@ -0,0 +1,572 @@
1
+ @charset "UTF-8";
2
+
3
+ @font-face {
4
+ font-family: "feather";
5
+ src:url("../fonts/feather-webfont.eot");
6
+ src:url("../fonts/feather-webfont.eot?#iefix") format("embedded-opentype"),
7
+ url("../fonts/feather-webfont.woff") format("woff"),
8
+ url("../fonts/feather-webfont.ttf") format("truetype"),
9
+ url("../fonts/feather-webfont.svg#feather") format("svg");
10
+ font-weight: normal;
11
+ font-style: normal;
12
+ }
13
+
14
+ /* Character Mapping Method */
15
+
16
+ [data-icon]:before {
17
+ display: inline-block;
18
+ font-family: "feather";
19
+ content: attr(data-icon);
20
+ font-style: normal;
21
+ font-weight: normal;
22
+ font-variant: normal;
23
+ text-transform: none;
24
+ speak: none;
25
+ line-height: 1;
26
+ -webkit-font-smoothing: antialiased;
27
+ -moz-osx-font-smoothing: grayscale;
28
+ }
29
+
30
+ /* CSS Class Mapping Method */
31
+
32
+ [class^="icon-"],
33
+ [class*=" icon-"] {
34
+ display: inline-block;
35
+ font-family: "feather";
36
+ font-style: normal;
37
+ font-weight: normal;
38
+ font-variant: normal;
39
+ text-transform: none;
40
+ speak: none;
41
+ line-height: 1;
42
+ -webkit-font-smoothing: antialiased;
43
+ -moz-osx-font-smoothing: grayscale;
44
+ }
45
+
46
+ .icon-eye:before {
47
+ content: "\e000";
48
+ }
49
+
50
+ .icon-paper-clip:before {
51
+ content: "\e001";
52
+ }
53
+
54
+ .icon-mail:before {
55
+ content: "\e002";
56
+ }
57
+
58
+ .icon-mail:before {
59
+ content: "\e002";
60
+ }
61
+
62
+ .icon-toggle:before {
63
+ content: "\e003";
64
+ }
65
+
66
+ .icon-layout:before {
67
+ content: "\e004";
68
+ }
69
+
70
+ .icon-link:before {
71
+ content: "\e005";
72
+ }
73
+
74
+ .icon-bell:before {
75
+ content: "\e006";
76
+ }
77
+
78
+ .icon-lock:before {
79
+ content: "\e007";
80
+ }
81
+
82
+ .icon-unlock:before {
83
+ content: "\e008";
84
+ }
85
+
86
+ .icon-ribbon:before {
87
+ content: "\e009";
88
+ }
89
+
90
+ .icon-image:before {
91
+ content: "\e010";
92
+ }
93
+
94
+ .icon-signal:before {
95
+ content: "\e011";
96
+ }
97
+
98
+ .icon-target:before {
99
+ content: "\e012";
100
+ }
101
+
102
+ .icon-clipboard:before {
103
+ content: "\e013";
104
+ }
105
+
106
+ .icon-clock:before {
107
+ content: "\e014";
108
+ }
109
+
110
+ .icon-clock:before {
111
+ content: "\e014";
112
+ }
113
+
114
+ .icon-watch:before {
115
+ content: "\e015";
116
+ }
117
+
118
+ .icon-air-play:before {
119
+ content: "\e016";
120
+ }
121
+
122
+ .icon-camera:before {
123
+ content: "\e017";
124
+ }
125
+
126
+ .icon-video:before {
127
+ content: "\e018";
128
+ }
129
+
130
+ .icon-disc:before {
131
+ content: "\e019";
132
+ }
133
+
134
+ .icon-printer:before {
135
+ content: "\e020";
136
+ }
137
+
138
+ .icon-monitor:before {
139
+ content: "\e021";
140
+ }
141
+
142
+ .icon-server:before {
143
+ content: "\e022";
144
+ }
145
+
146
+ .icon-cog:before {
147
+ content: "\e023";
148
+ }
149
+
150
+ .icon-heart:before {
151
+ content: "\e024";
152
+ }
153
+
154
+ .icon-paragraph:before {
155
+ content: "\e025";
156
+ }
157
+
158
+ .icon-align-justify:before {
159
+ content: "\e026";
160
+ }
161
+
162
+ .icon-align-left:before {
163
+ content: "\e027";
164
+ }
165
+
166
+ .icon-align-center:before {
167
+ content: "\e028";
168
+ }
169
+
170
+ .icon-align-right:before {
171
+ content: "\e029";
172
+ }
173
+
174
+ .icon-book:before {
175
+ content: "\e030";
176
+ }
177
+
178
+ .icon-layers:before {
179
+ content: "\e031";
180
+ }
181
+
182
+ .icon-stack:before {
183
+ content: "\e032";
184
+ }
185
+
186
+ .icon-stack-2:before {
187
+ content: "\e033";
188
+ }
189
+
190
+ .icon-paper:before {
191
+ content: "\e034";
192
+ }
193
+
194
+ .icon-paper-stack:before {
195
+ content: "\e035";
196
+ }
197
+
198
+ .icon-search:before {
199
+ content: "\e036";
200
+ }
201
+
202
+ .icon-zoom-in:before {
203
+ content: "\e037";
204
+ }
205
+
206
+ .icon-zoom-out:before {
207
+ content: "\e038";
208
+ }
209
+
210
+ .icon-reply:before {
211
+ content: "\e039";
212
+ }
213
+
214
+ .icon-circle-plus:before {
215
+ content: "\e040";
216
+ }
217
+
218
+ .icon-circle-minus:before {
219
+ content: "\e041";
220
+ }
221
+
222
+ .icon-circle-check:before {
223
+ content: "\e042";
224
+ }
225
+
226
+ .icon-circle-cross:before {
227
+ content: "\e043";
228
+ }
229
+
230
+ .icon-square-plus:before {
231
+ content: "\e044";
232
+ }
233
+
234
+ .icon-square-minus:before {
235
+ content: "\e045";
236
+ }
237
+
238
+ .icon-square-check:before {
239
+ content: "\e046";
240
+ }
241
+
242
+ .icon-square-cross:before {
243
+ content: "\e047";
244
+ }
245
+
246
+ .icon-microphone:before {
247
+ content: "\e048";
248
+ }
249
+
250
+ .icon-record:before {
251
+ content: "\e049";
252
+ }
253
+
254
+ .icon-skip-back:before {
255
+ content: "\e050";
256
+ }
257
+
258
+ .icon-rewind:before {
259
+ content: "\e051";
260
+ }
261
+
262
+ .icon-play:before {
263
+ content: "\e052";
264
+ }
265
+
266
+ .icon-pause:before {
267
+ content: "\e053";
268
+ }
269
+
270
+ .icon-stop:before {
271
+ content: "\e054";
272
+ }
273
+
274
+ .icon-fast-forward:before {
275
+ content: "\e055";
276
+ }
277
+
278
+ .icon-skip-forward:before {
279
+ content: "\e056";
280
+ }
281
+
282
+ .icon-shuffle:before {
283
+ content: "\e057";
284
+ }
285
+
286
+ .icon-repeat:before {
287
+ content: "\e058";
288
+ }
289
+
290
+ .icon-folder:before {
291
+ content: "\e059";
292
+ }
293
+
294
+ .icon-umbrella:before {
295
+ content: "\e060";
296
+ }
297
+
298
+ .icon-moon:before {
299
+ content: "\e061";
300
+ }
301
+
302
+ .icon-thermometer:before {
303
+ content: "\e062";
304
+ }
305
+
306
+ .icon-drop:before {
307
+ content: "\e063";
308
+ }
309
+
310
+ .icon-sun:before {
311
+ content: "\e064";
312
+ }
313
+
314
+ .icon-cloud:before {
315
+ content: "\e065";
316
+ }
317
+
318
+ .icon-cloud-upload:before {
319
+ content: "\e066";
320
+ }
321
+
322
+ .icon-cloud-download:before {
323
+ content: "\e067";
324
+ }
325
+
326
+ .icon-upload:before {
327
+ content: "\e068";
328
+ }
329
+
330
+ .icon-download:before {
331
+ content: "\e069";
332
+ }
333
+
334
+ .icon-location:before {
335
+ content: "\e070";
336
+ }
337
+
338
+ .icon-location-2:before {
339
+ content: "\e071";
340
+ }
341
+
342
+ .icon-map:before {
343
+ content: "\e072";
344
+ }
345
+
346
+ .icon-battery:before {
347
+ content: "\e073";
348
+ }
349
+
350
+ .icon-head:before {
351
+ content: "\e074";
352
+ }
353
+
354
+ .icon-briefcase:before {
355
+ content: "\e075";
356
+ }
357
+
358
+ .icon-speech-bubble:before {
359
+ content: "\e076";
360
+ }
361
+
362
+ .icon-anchor:before {
363
+ content: "\e077";
364
+ }
365
+
366
+ .icon-globe:before {
367
+ content: "\e078";
368
+ }
369
+
370
+ .icon-box:before {
371
+ content: "\e079";
372
+ }
373
+
374
+ .icon-reload:before {
375
+ content: "\e080";
376
+ }
377
+
378
+ .icon-share:before {
379
+ content: "\e081";
380
+ }
381
+
382
+ .icon-marquee:before {
383
+ content: "\e082";
384
+ }
385
+
386
+ .icon-marquee-plus:before {
387
+ content: "\e083";
388
+ }
389
+
390
+ .icon-marquee-minus:before {
391
+ content: "\e084";
392
+ }
393
+
394
+ .icon-tag:before {
395
+ content: "\e085";
396
+ }
397
+
398
+ .icon-power:before {
399
+ content: "\e086";
400
+ }
401
+
402
+ .icon-command:before {
403
+ content: "\e087";
404
+ }
405
+
406
+ .icon-alt:before {
407
+ content: "\e088";
408
+ }
409
+
410
+ .icon-esc:before {
411
+ content: "\e089";
412
+ }
413
+
414
+ .icon-bar-graph:before {
415
+ content: "\e090";
416
+ }
417
+
418
+ .icon-bar-graph-2:before {
419
+ content: "\e091";
420
+ }
421
+
422
+ .icon-pie-graph:before {
423
+ content: "\e092";
424
+ }
425
+
426
+ .icon-star:before {
427
+ content: "\e093";
428
+ }
429
+
430
+ .icon-arrow-left:before {
431
+ content: "\e094";
432
+ }
433
+
434
+ .icon-arrow-right:before {
435
+ content: "\e095";
436
+ }
437
+
438
+ .icon-arrow-up:before {
439
+ content: "\e096";
440
+ }
441
+
442
+ .icon-arrow-down:before {
443
+ content: "\e097";
444
+ }
445
+
446
+ .icon-volume:before {
447
+ content: "\e098";
448
+ }
449
+
450
+ .icon-mute:before {
451
+ content: "\e099";
452
+ }
453
+
454
+ .icon-content-right:before {
455
+ content: "\e100";
456
+ }
457
+
458
+ .icon-content-left:before {
459
+ content: "\e101";
460
+ }
461
+
462
+ .icon-grid:before {
463
+ content: "\e102";
464
+ }
465
+
466
+ .icon-grid-2:before {
467
+ content: "\e103";
468
+ }
469
+
470
+ .icon-columns:before {
471
+ content: "\e104";
472
+ }
473
+
474
+ .icon-loader:before {
475
+ content: "\e105";
476
+ }
477
+
478
+ .icon-bag:before {
479
+ content: "\e106";
480
+ }
481
+
482
+ .icon-ban:before {
483
+ content: "\e107";
484
+ }
485
+
486
+ .icon-flag:before {
487
+ content: "\e108";
488
+ }
489
+
490
+ .icon-trash:before {
491
+ content: "\e109";
492
+ }
493
+
494
+ .icon-expand:before {
495
+ content: "\e110";
496
+ }
497
+
498
+ .icon-contract:before {
499
+ content: "\e111";
500
+ }
501
+
502
+ .icon-maximize:before {
503
+ content: "\e112";
504
+ }
505
+
506
+ .icon-minimize:before {
507
+ content: "\e113";
508
+ }
509
+
510
+ .icon-plus:before {
511
+ content: "\e114";
512
+ }
513
+
514
+ .icon-minus:before {
515
+ content: "\e115";
516
+ }
517
+
518
+ .icon-check:before {
519
+ content: "\e116";
520
+ }
521
+
522
+ .icon-cross:before {
523
+ content: "\e117";
524
+ }
525
+
526
+ .icon-move:before {
527
+ content: "\e118";
528
+ }
529
+
530
+ .icon-delete:before {
531
+ content: "\e119";
532
+ }
533
+
534
+ .icon-menu:before {
535
+ content: "\e120";
536
+ }
537
+
538
+ .icon-archive:before {
539
+ content: "\e121";
540
+ }
541
+
542
+ .icon-inbox:before {
543
+ content: "\e122";
544
+ }
545
+
546
+ .icon-outbox:before {
547
+ content: "\e123";
548
+ }
549
+
550
+ .icon-file:before {
551
+ content: "\e124";
552
+ }
553
+
554
+ .icon-file-add:before {
555
+ content: "\e125";
556
+ }
557
+
558
+ .icon-file-subtract:before {
559
+ content: "\e126";
560
+ }
561
+
562
+ .icon-help:before {
563
+ content: "\e127";
564
+ }
565
+
566
+ .icon-open:before {
567
+ content: "\e128";
568
+ }
569
+
570
+ .icon-ellipsis:before {
571
+ content: "\e129";
572
+ }