minimal-jekyll-theme 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/LICENSE.txt +5 -0
  4. data/README.md +54 -0
  5. data/_includes/author_bio.html +39 -0
  6. data/_includes/category_tag_list.html +20 -0
  7. data/_includes/disqus_comments.html +17 -0
  8. data/_includes/figure +12 -0
  9. data/_includes/footer.html +20 -0
  10. data/_includes/head.html +46 -0
  11. data/_includes/header.html +38 -0
  12. data/_includes/navigation.html +26 -0
  13. data/_includes/newsletter.html +19 -0
  14. data/_includes/post_meta.html +49 -0
  15. data/_includes/read_time.html +18 -0
  16. data/_includes/share_icons.html +30 -0
  17. data/_includes/sidebar.html +17 -0
  18. data/_includes/video +3 -0
  19. data/_layouts/default.html +17 -0
  20. data/_layouts/home.html +40 -0
  21. data/_layouts/page.html +25 -0
  22. data/_layouts/post.html +50 -0
  23. data/_sass/_custom.scss +137 -0
  24. data/_sass/_tachyons.scss +94 -0
  25. data/_sass/_variables.scss +38 -0
  26. data/_sass/scss/_aspect-ratios.scss +142 -0
  27. data/_sass/scss/_background-position.scss +133 -0
  28. data/_sass/scss/_background-size.scss +41 -0
  29. data/_sass/scss/_border-colors.scss +93 -0
  30. data/_sass/scss/_border-radius.scss +134 -0
  31. data/_sass/scss/_border-style.scss +55 -0
  32. data/_sass/scss/_border-widths.scss +81 -0
  33. data/_sass/scss/_borders.scss +65 -0
  34. data/_sass/scss/_box-shadow.scss +48 -0
  35. data/_sass/scss/_box-sizing.scss +50 -0
  36. data/_sass/scss/_clears.scss +47 -0
  37. data/_sass/scss/_code.scss +18 -0
  38. data/_sass/scss/_colors.scss +84 -0
  39. data/_sass/scss/_coordinates.scss +153 -0
  40. data/_sass/scss/_debug-children.scss +21 -0
  41. data/_sass/scss/_debug-grid.scss +33 -0
  42. data/_sass/scss/_debug.scss +127 -0
  43. data/_sass/scss/_debug_children.scss +18 -0
  44. data/_sass/scss/_display.scss +111 -0
  45. data/_sass/scss/_flexbox.scss +229 -0
  46. data/_sass/scss/_floats.scss +56 -0
  47. data/_sass/scss/_font-family.scss +107 -0
  48. data/_sass/scss/_font-style.scss +36 -0
  49. data/_sass/scss/_font-weight.scss +87 -0
  50. data/_sass/scss/_forms.scss +23 -0
  51. data/_sass/scss/_gradients.scss +29 -0
  52. data/_sass/scss/_heights.scss +131 -0
  53. data/_sass/scss/_hovers.scss +166 -0
  54. data/_sass/scss/_images.scss +18 -0
  55. data/_sass/scss/_letter-spacing.scss +40 -0
  56. data/_sass/scss/_line-height.scss +41 -0
  57. data/_sass/scss/_links.scss +34 -0
  58. data/_sass/scss/_lists.scss +15 -0
  59. data/_sass/scss/_max-widths.scss +105 -0
  60. data/_sass/scss/_media-queries.scss +43 -0
  61. data/_sass/scss/_module-template.scss +29 -0
  62. data/_sass/scss/_negative-margins.scss +206 -0
  63. data/_sass/scss/_nested.scss +64 -0
  64. data/_sass/scss/_normalize.scss +434 -0
  65. data/_sass/scss/_opacity.scss +27 -0
  66. data/_sass/scss/_outlines.scss +39 -0
  67. data/_sass/scss/_overflow.scss +82 -0
  68. data/_sass/scss/_position.scss +44 -0
  69. data/_sass/scss/_rotations.scss +50 -0
  70. data/_sass/scss/_skins-pseudo.scss +243 -0
  71. data/_sass/scss/_skins.scss +143 -0
  72. data/_sass/scss/_spacing.scss +956 -0
  73. data/_sass/scss/_styles.scss +15 -0
  74. data/_sass/scss/_tables.scss +42 -0
  75. data/_sass/scss/_text-align.scss +49 -0
  76. data/_sass/scss/_text-decoration.scss +42 -0
  77. data/_sass/scss/_text-transform.scss +53 -0
  78. data/_sass/scss/_type-scale.scss +102 -0
  79. data/_sass/scss/_typography.scss +129 -0
  80. data/_sass/scss/_utilities.scss +48 -0
  81. data/_sass/scss/_vertical-align.scss +43 -0
  82. data/_sass/scss/_visibility.scss +58 -0
  83. data/_sass/scss/_white-space.scss +41 -0
  84. data/_sass/scss/_widths.scss +150 -0
  85. data/_sass/scss/_word-break.scss +43 -0
  86. data/_sass/scss/_z-index.scss +60 -0
  87. data/assets/css/minimal.scss +20 -0
  88. metadata +91 -5
@@ -0,0 +1,21 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DEBUG CHILDREN
11
+ Docs: http://tachyons.io/docs/debug/
12
+
13
+ Just add the debug class to any element to see outlines on its
14
+ children.
15
+
16
+ */
17
+
18
+ .debug * { outline: 1px solid gold; }
19
+ .debug-white * { outline: 1px solid white; }
20
+ .debug-black * { outline: 1px solid black; }
21
+
@@ -0,0 +1,33 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DEBUG GRID
11
+ http://tachyons.io/docs/debug-grid/
12
+
13
+ Can be useful for debugging layout issues
14
+ or helping to make sure things line up perfectly.
15
+ Just tack one of these classes onto a parent element.
16
+
17
+ */
18
+
19
+ .debug-grid {
20
+ background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left;
21
+ }
22
+
23
+ .debug-grid-16 {
24
+ background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left;
25
+ }
26
+
27
+ .debug-grid-8-solid {
28
+ background:white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left;
29
+ }
30
+
31
+ .debug-grid-16-solid {
32
+ background:white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left;
33
+ }
@@ -0,0 +1,127 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+
9
+ body { outline: 1px solid #2980B9!important; }
10
+ article { outline: 1px solid #3498DB!important; }
11
+ nav { outline: 1px solid #0088C3!important; }
12
+ aside { outline: 1px solid #33A0CE!important; }
13
+ section { outline: 1px solid #66B8DA!important; }
14
+ header { outline: 1px solid #99CFE7!important; }
15
+ footer { outline: 1px solid #CCE7F3!important; }
16
+ h1 { outline: 1px solid #162544!important; }
17
+ h2 { outline: 1px solid #314E6E!important; }
18
+ h3 { outline: 1px solid #3E5E85!important; }
19
+ h4 { outline: 1px solid #449BAF!important; }
20
+ h5 { outline: 1px solid #C7D1CB!important; }
21
+ h6 { outline: 1px solid #4371D0!important; }
22
+ main { outline: 1px solid #2F4F90!important; }
23
+ address { outline: 1px solid #1A2C51!important; }
24
+ div { outline: 1px solid #036CDB!important; }
25
+
26
+
27
+ p { outline: 1px solid #AC050B!important; }
28
+ hr { outline: 1px solid #FF063F!important; }
29
+ pre { outline: 1px solid #850440!important; }
30
+ blockquote { outline: 1px solid #F1B8E7!important; }
31
+ ol { outline: 1px solid #FF050C!important; }
32
+ ul { outline: 1px solid #D90416!important; }
33
+ li { outline: 1px solid #D90416!important; }
34
+ dl { outline: 1px solid #FD3427!important; }
35
+ dt { outline: 1px solid #FF0043!important; }
36
+ dd { outline: 1px solid #E80174!important; }
37
+ figure { outline: 1px solid #FF00BB!important; }
38
+ figcaption { outline: 1px solid #BF0032!important; }
39
+
40
+
41
+
42
+ table { outline: 1px solid #00CC99!important; }
43
+ caption { outline: 1px solid #37FFC4!important; }
44
+ thead { outline: 1px solid #98DACA!important; }
45
+ tbody { outline: 1px solid #64A7A0!important; }
46
+ tfoot { outline: 1px solid #22746B!important; }
47
+ tr { outline: 1px solid #86C0B2!important; }
48
+ th { outline: 1px solid #A1E7D6!important; }
49
+ td { outline: 1px solid #3F5A54!important; }
50
+ col { outline: 1px solid #6C9A8F!important; }
51
+ colgroup { outline: 1px solid #6C9A9D!important; }
52
+
53
+
54
+ button { outline: 1px solid #DA8301!important; }
55
+ datalist { outline: 1px solid #C06000!important; }
56
+ fieldset { outline: 1px solid #D95100!important; }
57
+ form { outline: 1px solid #D23600!important; }
58
+ input { outline: 1px solid #FCA600!important; }
59
+ keygen { outline: 1px solid #B31E00!important; }
60
+ label { outline: 1px solid #EE8900!important; }
61
+ legend { outline: 1px solid #DE6D00!important; }
62
+ meter { outline: 1px solid #E8630C!important; }
63
+ optgroup { outline: 1px solid #B33600!important; }
64
+ option { outline: 1px solid #FF8A00!important; }
65
+ output { outline: 1px solid #FF9619!important; }
66
+ progress { outline: 1px solid #E57C00!important; }
67
+ select { outline: 1px solid #E26E0F!important; }
68
+ textarea { outline: 1px solid #CC5400!important; }
69
+
70
+
71
+
72
+ details { outline: 1px solid #33848F!important; }
73
+ summary { outline: 1px solid #60A1A6!important; }
74
+ command { outline: 1px solid #438DA1!important; }
75
+ menu { outline: 1px solid #449DA6!important; }
76
+
77
+
78
+
79
+ del { outline: 1px solid #BF0000!important; }
80
+ ins { outline: 1px solid #400000!important; }
81
+
82
+
83
+
84
+ img { outline: 1px solid #22746B!important; }
85
+ iframe { outline: 1px solid #64A7A0!important; }
86
+ embed { outline: 1px solid #98DACA!important; }
87
+ object { outline: 1px solid #00CC99!important; }
88
+ param { outline: 1px solid #37FFC4!important; }
89
+ video { outline: 1px solid #6EE866!important; }
90
+ audio { outline: 1px solid #027353!important; }
91
+ source { outline: 1px solid #012426!important; }
92
+ canvas { outline: 1px solid #A2F570!important; }
93
+ track { outline: 1px solid #59A600!important; }
94
+ map { outline: 1px solid #7BE500!important; }
95
+ area { outline: 1px solid #305900!important; }
96
+
97
+
98
+
99
+ a { outline: 1px solid #FF62AB!important; }
100
+ em { outline: 1px solid #800B41!important; }
101
+ strong { outline: 1px solid #FF1583!important; }
102
+ i { outline: 1px solid #803156!important; }
103
+ b { outline: 1px solid #CC1169!important; }
104
+ u { outline: 1px solid #FF0430!important; }
105
+ s { outline: 1px solid #F805E3!important; }
106
+ small { outline: 1px solid #D107B2!important; }
107
+ abbr { outline: 1px solid #4A0263!important; }
108
+ q { outline: 1px solid #240018!important; }
109
+ cite { outline: 1px solid #64003C!important; }
110
+ dfn { outline: 1px solid #B4005A!important; }
111
+ sub { outline: 1px solid #DBA0C8!important; }
112
+ sup { outline: 1px solid #CC0256!important; }
113
+ time { outline: 1px solid #D6606D!important; }
114
+ code { outline: 1px solid #E04251!important; }
115
+ kbd { outline: 1px solid #5E001F!important; }
116
+ samp { outline: 1px solid #9C0033!important; }
117
+ var { outline: 1px solid #D90047!important; }
118
+ mark { outline: 1px solid #FF0053!important; }
119
+ bdi { outline: 1px solid #BF3668!important; }
120
+ bdo { outline: 1px solid #6F1400!important; }
121
+ ruby { outline: 1px solid #FF7B93!important; }
122
+ rt { outline: 1px solid #FF2F54!important; }
123
+ rp { outline: 1px solid #803E49!important; }
124
+ span { outline: 1px solid #CC2643!important; }
125
+ br { outline: 1px solid #DB687D!important; }
126
+ wbr { outline: 1px solid #DB175B!important; }
127
+
@@ -0,0 +1,18 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DEBUG CHILDREN
11
+
12
+ Just add the debug class to any element to see outlines on its
13
+ children.
14
+
15
+ */
16
+
17
+ .debug * { outline: 1px solid gold; }
18
+
@@ -0,0 +1,111 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ DISPLAY
11
+ Docs: http://tachyons.io/docs/layout/display
12
+
13
+ Base:
14
+ d = display
15
+
16
+ Modifiers:
17
+ n = none
18
+ b = block
19
+ ib = inline-block
20
+ it = inline-table
21
+ t = table
22
+ tc = table-cell
23
+ t-row = table-row
24
+ t-columm = table-column
25
+ t-column-group = table-column-group
26
+
27
+ Media Query Extensions:
28
+ -ns = not-small
29
+ -m = medium
30
+ -l = large
31
+
32
+ */
33
+
34
+ .dn { display: none; }
35
+ .di { display: inline; }
36
+ .db { display: block; }
37
+ .dib { display: inline-block; }
38
+ .dit { display: inline-table; }
39
+ .dt { display: table; }
40
+ .dtc { display: table-cell; }
41
+ .dt-row { display: table-row; }
42
+ .dt-row-group { display: table-row-group; }
43
+ .dt-column { display: table-column; }
44
+ .dt-column-group { display: table-column-group; }
45
+
46
+ /*
47
+ This will set table to full width and then
48
+ all cells will be equal width
49
+ */
50
+ .dt--fixed {
51
+ table-layout: fixed;
52
+ width: 100%;
53
+ }
54
+
55
+ @media #{$breakpoint-not-small} {
56
+ .dn-ns { display: none; }
57
+ .di-ns { display: inline; }
58
+ .db-ns { display: block; }
59
+ .dib-ns { display: inline-block; }
60
+ .dit-ns { display: inline-table; }
61
+ .dt-ns { display: table; }
62
+ .dtc-ns { display: table-cell; }
63
+ .dt-row-ns { display: table-row; }
64
+ .dt-row-group-ns { display: table-row-group; }
65
+ .dt-column-ns { display: table-column; }
66
+ .dt-column-group-ns { display: table-column-group; }
67
+
68
+ .dt--fixed-ns {
69
+ table-layout: fixed;
70
+ width: 100%;
71
+ }
72
+ }
73
+
74
+ @media #{$breakpoint-medium} {
75
+ .dn-m { display: none; }
76
+ .di-m { display: inline; }
77
+ .db-m { display: block; }
78
+ .dib-m { display: inline-block; }
79
+ .dit-m { display: inline-table; }
80
+ .dt-m { display: table; }
81
+ .dtc-m { display: table-cell; }
82
+ .dt-row-m { display: table-row; }
83
+ .dt-row-group-m { display: table-row-group; }
84
+ .dt-column-m { display: table-column; }
85
+ .dt-column-group-m { display: table-column-group; }
86
+
87
+ .dt--fixed-m {
88
+ table-layout: fixed;
89
+ width: 100%;
90
+ }
91
+ }
92
+
93
+ @media #{$breakpoint-large} {
94
+ .dn-l { display: none; }
95
+ .di-l { display: inline; }
96
+ .db-l { display: block; }
97
+ .dib-l { display: inline-block; }
98
+ .dit-l { display: inline-table; }
99
+ .dt-l { display: table; }
100
+ .dtc-l { display: table-cell; }
101
+ .dt-row-l { display: table-row; }
102
+ .dt-row-group-l { display: table-row-group; }
103
+ .dt-column-l { display: table-column; }
104
+ .dt-column-group-l { display: table-column-group; }
105
+
106
+ .dt--fixed-l {
107
+ table-layout: fixed;
108
+ width: 100%;
109
+ }
110
+ }
111
+
@@ -0,0 +1,229 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ FLEXBOX
11
+
12
+ Media Query Extensions:
13
+ -ns = not-small
14
+ -m = medium
15
+ -l = large
16
+
17
+ */
18
+
19
+ .flex { display: flex; }
20
+ .inline-flex { display: inline-flex; }
21
+
22
+ /* 1. Fix for Chrome 44 bug.
23
+ * https://code.google.com/p/chromium/issues/detail?id=506893 */
24
+ .flex-auto {
25
+ flex: 1 1 auto;
26
+ min-width: 0; /* 1 */
27
+ min-height: 0; /* 1 */
28
+ }
29
+
30
+ .flex-none { flex: none; }
31
+
32
+ .flex-column { flex-direction: column; }
33
+ .flex-row { flex-direction: row; }
34
+ .flex-wrap { flex-wrap: wrap; }
35
+ .flex-column-reverse { flex-direction: column-reverse; }
36
+ .flex-row-reverse { flex-direction: row-reverse; }
37
+ .flex-wrap-reverse { flex-wrap: wrap-reverse; }
38
+
39
+ .items-start { align-items: flex-start; }
40
+ .items-end { align-items: flex-end; }
41
+ .items-center { align-items: center; }
42
+ .items-baseline { align-items: baseline; }
43
+ .items-stretch { align-items: stretch; }
44
+
45
+ .self-start { align-self: flex-start; }
46
+ .self-end { align-self: flex-end; }
47
+ .self-center { align-self: center; }
48
+ .self-baseline { align-self: baseline; }
49
+ .self-stretch { align-self: stretch; }
50
+
51
+ .justify-start { justify-content: flex-start; }
52
+ .justify-end { justify-content: flex-end; }
53
+ .justify-center { justify-content: center; }
54
+ .justify-between { justify-content: space-between; }
55
+ .justify-around { justify-content: space-around; }
56
+
57
+ .content-start { align-content: flex-start; }
58
+ .content-end { align-content: flex-end; }
59
+ .content-center { align-content: center; }
60
+ .content-between { align-content: space-between; }
61
+ .content-around { align-content: space-around; }
62
+ .content-stretch { align-content: stretch; }
63
+
64
+ .order-0 { order: 0; }
65
+ .order-1 { order: 1; }
66
+ .order-2 { order: 2; }
67
+ .order-3 { order: 3; }
68
+ .order-4 { order: 4; }
69
+ .order-5 { order: 5; }
70
+ .order-6 { order: 6; }
71
+ .order-7 { order: 7; }
72
+ .order-8 { order: 8; }
73
+ .order-last { order: 99999; }
74
+
75
+ @media #{$breakpoint-not-small} {
76
+ .flex-ns { display: flex; }
77
+ .inline-flex-ns { display: inline-flex; }
78
+ .flex-auto-ns {
79
+ flex: 1 1 auto;
80
+ min-width: 0; /* 1 */
81
+ min-height: 0; /* 1 */
82
+ }
83
+ .flex-none-ns { flex: none; }
84
+ .flex-column-ns { flex-direction: column; }
85
+ .flex-row-ns { flex-direction: row; }
86
+ .flex-wrap-ns { flex-wrap: wrap; }
87
+ .flex-column-reverse-ns { flex-direction: column-reverse; }
88
+ .flex-row-reverse-ns { flex-direction: row-reverse; }
89
+ .flex-wrap-reverse-ns { flex-wrap: wrap-reverse; }
90
+ .items-start-ns { align-items: flex-start; }
91
+ .items-end-ns { align-items: flex-end; }
92
+ .items-center-ns { align-items: center; }
93
+ .items-baseline-ns { align-items: baseline; }
94
+ .items-stretch-ns { align-items: stretch; }
95
+
96
+ .self-start-ns { align-self: flex-start; }
97
+ .self-end-ns { align-self: flex-end; }
98
+ .self-center-ns { align-self: center; }
99
+ .self-baseline-ns { align-self: baseline; }
100
+ .self-stretch-ns { align-self: stretch; }
101
+
102
+ .justify-start-ns { justify-content: flex-start; }
103
+ .justify-end-ns { justify-content: flex-end; }
104
+ .justify-center-ns { justify-content: center; }
105
+ .justify-between-ns { justify-content: space-between; }
106
+ .justify-around-ns { justify-content: space-around; }
107
+
108
+ .content-start-ns { align-content: flex-start; }
109
+ .content-end-ns { align-content: flex-end; }
110
+ .content-center-ns { align-content: center; }
111
+ .content-between-ns { align-content: space-between; }
112
+ .content-around-ns { align-content: space-around; }
113
+ .content-stretch-ns { align-content: stretch; }
114
+
115
+ .order-0-ns { order: 0; }
116
+ .order-1-ns { order: 1; }
117
+ .order-2-ns { order: 2; }
118
+ .order-3-ns { order: 3; }
119
+ .order-4-ns { order: 4; }
120
+ .order-5-ns { order: 5; }
121
+ .order-6-ns { order: 6; }
122
+ .order-7-ns { order: 7; }
123
+ .order-8-ns { order: 8; }
124
+ .order-last-ns { order: 99999; }
125
+ }
126
+ @media #{$breakpoint-medium} {
127
+ .flex-m { display: flex; }
128
+ .inline-flex-m { display: inline-flex; }
129
+ .flex-auto-m {
130
+ flex: 1 1 auto;
131
+ min-width: 0; /* 1 */
132
+ min-height: 0; /* 1 */
133
+ }
134
+ .flex-none-m { flex: none; }
135
+ .flex-column-m { flex-direction: column; }
136
+ .flex-row-m { flex-direction: row; }
137
+ .flex-wrap-m { flex-wrap: wrap; }
138
+ .flex-column-reverse-m { flex-direction: column-reverse; }
139
+ .flex-row-reverse-m { flex-direction: row-reverse; }
140
+ .flex-wrap-reverse-m { flex-wrap: wrap-reverse; }
141
+ .items-start-m { align-items: flex-start; }
142
+ .items-end-m { align-items: flex-end; }
143
+ .items-center-m { align-items: center; }
144
+ .items-baseline-m { align-items: baseline; }
145
+ .items-stretch-m { align-items: stretch; }
146
+
147
+ .self-start-m { align-self: flex-start; }
148
+ .self-end-m { align-self: flex-end; }
149
+ .self-center-m { align-self: center; }
150
+ .self-baseline-m { align-self: baseline; }
151
+ .self-stretch-m { align-self: stretch; }
152
+
153
+ .justify-start-m { justify-content: flex-start; }
154
+ .justify-end-m { justify-content: flex-end; }
155
+ .justify-center-m { justify-content: center; }
156
+ .justify-between-m { justify-content: space-between; }
157
+ .justify-around-m { justify-content: space-around; }
158
+
159
+ .content-start-m { align-content: flex-start; }
160
+ .content-end-m { align-content: flex-end; }
161
+ .content-center-m { align-content: center; }
162
+ .content-between-m { align-content: space-between; }
163
+ .content-around-m { align-content: space-around; }
164
+ .content-stretch-m { align-content: stretch; }
165
+
166
+ .order-0-m { order: 0; }
167
+ .order-1-m { order: 1; }
168
+ .order-2-m { order: 2; }
169
+ .order-3-m { order: 3; }
170
+ .order-4-m { order: 4; }
171
+ .order-5-m { order: 5; }
172
+ .order-6-m { order: 6; }
173
+ .order-7-m { order: 7; }
174
+ .order-8-m { order: 8; }
175
+ .order-last-m { order: 99999; }
176
+ }
177
+
178
+ @media #{$breakpoint-large} {
179
+ .flex-l { display: flex; }
180
+ .inline-flex-l { display: inline-flex; }
181
+ .flex-auto-l {
182
+ flex: 1 1 auto;
183
+ min-width: 0; /* 1 */
184
+ min-height: 0; /* 1 */
185
+ }
186
+ .flex-none-l { flex: none; }
187
+ .flex-column-l { flex-direction: column; }
188
+ .flex-row-l { flex-direction: row; }
189
+ .flex-wrap-l { flex-wrap: wrap; }
190
+ .flex-column-reverse-l { flex-direction: column-reverse; }
191
+ .flex-row-reverse-l { flex-direction: row-reverse; }
192
+ .flex-wrap-reverse-l { flex-wrap: wrap-reverse; }
193
+
194
+ .items-start-l { align-items: flex-start; }
195
+ .items-end-l { align-items: flex-end; }
196
+ .items-center-l { align-items: center; }
197
+ .items-baseline-l { align-items: baseline; }
198
+ .items-stretch-l { align-items: stretch; }
199
+
200
+ .self-start-l { align-self: flex-start; }
201
+ .self-end-l { align-self: flex-end; }
202
+ .self-center-l { align-self: center; }
203
+ .self-baseline-l { align-self: baseline; }
204
+ .self-stretch-l { align-self: stretch; }
205
+
206
+ .justify-start-l { justify-content: flex-start; }
207
+ .justify-end-l { justify-content: flex-end; }
208
+ .justify-center-l { justify-content: center; }
209
+ .justify-between-l { justify-content: space-between; }
210
+ .justify-around-l { justify-content: space-around; }
211
+
212
+ .content-start-l { align-content: flex-start; }
213
+ .content-end-l { align-content: flex-end; }
214
+ .content-center-l { align-content: center; }
215
+ .content-between-l { align-content: space-between; }
216
+ .content-around-l { align-content: space-around; }
217
+ .content-stretch-l { align-content: stretch; }
218
+
219
+ .order-0-l { order: 0; }
220
+ .order-1-l { order: 1; }
221
+ .order-2-l { order: 2; }
222
+ .order-3-l { order: 3; }
223
+ .order-4-l { order: 4; }
224
+ .order-5-l { order: 5; }
225
+ .order-6-l { order: 6; }
226
+ .order-7-l { order: 7; }
227
+ .order-8-l { order: 8; }
228
+ .order-last-l { order: 99999; }
229
+ }