jekyll-theme-basically-basic 1.1.3 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -12
  3. data/LICENSE.md +33 -21
  4. data/README.md +33 -17
  5. data/_includes/contact-list.html +1 -1
  6. data/_includes/head.html +2 -2
  7. data/_includes/navigation.html +2 -2
  8. data/_layouts/default.html +2 -2
  9. data/_layouts/home.html +1 -1
  10. data/_sass/basically-basic.scss +7 -9
  11. data/_sass/basically-basic/_entries.scss +152 -155
  12. data/_sass/basically-basic/_functions.scss +2 -0
  13. data/_sass/basically-basic/_layout.scss +7 -15
  14. data/_sass/basically-basic/_mixins.scss +5 -7
  15. data/_sass/basically-basic/_sidebar.scss +3 -2
  16. data/_sass/basically-basic/_syntax-highlighting.scss +314 -127
  17. data/_sass/basically-basic/_variables.scss +104 -84
  18. data/_sass/basically-basic/{mixins → functions}/_color.scss +0 -0
  19. data/_sass/basically-basic/{mixins → functions}/_fluid-type.scss +0 -0
  20. data/_sass/basically-basic/themes/_soft.scss +30 -12
  21. data/_sass/basically-basic/themes/_steel.scss +30 -12
  22. data/_sass/basically-basic/vendor/{_breakpoint.scss → breakpoint/_breakpoint.scss} +7 -7
  23. data/_sass/basically-basic/vendor/susy/_su.scss +1 -4
  24. data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -0
  25. data/_sass/basically-basic/vendor/susy/_susy.scss +5 -0
  26. data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -0
  27. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  28. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  29. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  30. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  31. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  32. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  33. data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -0
  34. data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -0
  35. data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -0
  36. data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -0
  37. data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -0
  38. data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -0
  39. data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -0
  40. data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -0
  41. data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -0
  42. data/assets/javascripts/main.js +2 -2
  43. metadata +25 -59
  44. data/_sass/basically-basic/vendor/_su.scss +0 -4
  45. data/_sass/basically-basic/vendor/_susy.scss +0 -4
  46. data/_sass/basically-basic/vendor/_susyone.scss +0 -4
  47. data/_sass/basically-basic/vendor/susy/language/_susy.scss +0 -24
  48. data/_sass/basically-basic/vendor/susy/language/_susyone.scss +0 -13
  49. data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +0 -385
  50. data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +0 -200
  51. data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +0 -47
  52. data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +0 -185
  53. data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +0 -81
  54. data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +0 -36
  55. data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +0 -94
  56. data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +0 -64
  57. data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +0 -154
  58. data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +0 -77
  59. data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +0 -94
  60. data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +0 -74
  61. data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +0 -138
  62. data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +0 -216
  63. data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +0 -163
  64. data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +0 -16
  65. data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +0 -18
  66. data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +0 -377
  67. data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +0 -312
  68. data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +0 -51
  69. data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +0 -93
  70. data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +0 -105
  71. data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +0 -92
  72. data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +0 -60
  73. data/_sass/basically-basic/vendor/susy/output/_float.scss +0 -9
  74. data/_sass/basically-basic/vendor/susy/output/_shared.scss +0 -15
  75. data/_sass/basically-basic/vendor/susy/output/_support.scss +0 -9
  76. data/_sass/basically-basic/vendor/susy/output/float/_container.scss +0 -16
  77. data/_sass/basically-basic/vendor/susy/output/float/_end.scss +0 -40
  78. data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +0 -22
  79. data/_sass/basically-basic/vendor/susy/output/float/_span.scss +0 -35
  80. data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +0 -26
  81. data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +0 -21
  82. data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +0 -42
  83. data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +0 -25
  84. data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +0 -23
  85. data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +0 -14
  86. data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +0 -23
  87. data/_sass/basically-basic/vendor/susy/output/support/_background.scss +0 -58
  88. data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +0 -19
  89. data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +0 -18
  90. data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +0 -19
  91. data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +0 -22
  92. data/_sass/basically-basic/vendor/susy/output/support/_support.scss +0 -85
  93. data/_sass/basically-basic/vendor/susy/su/_grid.scss +0 -103
  94. data/_sass/basically-basic/vendor/susy/su/_settings.scss +0 -73
  95. data/_sass/basically-basic/vendor/susy/su/_utilities.scss +0 -111
  96. data/_sass/basically-basic/vendor/susy/su/_validation.scss +0 -57
@@ -1,64 +0,0 @@
1
- // Grid Syntax
2
- // ===========
3
-
4
-
5
- // Layout
6
- // ------
7
- // Set a new layout using a shorthand
8
- // - $layout: <settings>
9
- // - $clean: boolean
10
- @mixin layout(
11
- $layout,
12
- $clean: false
13
- ) {
14
- $inspect : $layout;
15
- $susy : _get-layout($layout, $clean) !global;
16
-
17
- @include susy-inspect(layout, $inspect);
18
- }
19
-
20
-
21
- // Use Grid
22
- // --------
23
- // Use an arbitrary layout for a section of code
24
- // - $layout: <settings>
25
- // - $clean: boolean
26
- @mixin with-layout(
27
- $layout,
28
- $clean: false
29
- ) {
30
- $inspect : $layout;
31
- $old : $susy;
32
- $susy : _get-layout($layout, $clean) !global;
33
-
34
- @include susy-inspect(with-layout, $inspect);
35
-
36
- @content;
37
-
38
- $susy: $old !global;
39
- }
40
-
41
-
42
- // Layout
43
- // ------
44
- // Return a parsed layout map based on shorthand syntax
45
- // - $layout: <settings>
46
- @function layout(
47
- $layout: $susy
48
- ) {
49
- @return parse-grid($layout);
50
- }
51
-
52
-
53
- // Get Layout
54
- // ----------
55
- // Return a new layout based on current and given settings
56
- // - $layout: <settings>
57
- // - $clean: boolean
58
- @function _get-layout(
59
- $layout,
60
- $clean: false
61
- ) {
62
- $layout: layout($layout);
63
- @return if($clean, $layout, _susy-deep-merge($susy, $layout));
64
- }
@@ -1,154 +0,0 @@
1
- // Gutter Syntax
2
- // =============
3
-
4
-
5
- // Gutters
6
- // -------
7
- // Set gutters on an element.
8
- // - [$span] : <settings>
9
- @mixin gutters(
10
- $span: $susy
11
- ) {
12
- $inspect : $span;
13
- $span : parse-gutters($span);
14
- $_gutters : get-gutters($span);
15
-
16
- $_output: (
17
- before: map-get($_gutters, before),
18
- after: map-get($_gutters, after),
19
- flow: susy-get(flow, $span),
20
- );
21
-
22
- @include susy-inspect(gutters, $inspect);
23
-
24
- @if is-inside($span) {
25
- @include padding-output($_output...);
26
- } @else {
27
- @include margin-output($_output...);
28
- }
29
- }
30
-
31
- @mixin gutter(
32
- $span: $susy
33
- ) {
34
- @include gutters($span);
35
- }
36
-
37
-
38
- // Gutter
39
- // ------
40
- // Return the width of a gutter.
41
- // - [$span] : <settings>
42
- @function gutter(
43
- $span: $susy
44
- ) {
45
- $span: parse-gutters($span);
46
-
47
- $_gutters: get-gutters($span);
48
- $_gutters: map-get($_gutters, before) or map-get($_gutters, after);
49
-
50
- @return $_gutters;
51
- }
52
-
53
- @function gutters(
54
- $span: $susy
55
- ) {
56
- @return gutter($span);
57
- }
58
-
59
-
60
- // Get Gutter Width
61
- // ----------------
62
- // Return gutter width.
63
- // - [$context]: <context>
64
- @function get-gutter-width(
65
- $context: $susy
66
- ) {
67
- $context : parse-gutters($context);
68
-
69
- $_gutters : susy-get(gutters, $context);
70
- $_gutter : susy-get(gutter-override, $context);
71
-
72
- @if $_gutters and ($_gutters > 0) and not($_gutter) {
73
- $_column-width: susy-get(column-width, $context);
74
- $_math: gutter-math($context);
75
- @if $_math == static {
76
- $_gutter: $_gutters * valid-column-math($_math, $_column-width);
77
- } @else {
78
- $_columns : susy-get(columns, $context);
79
- $_spread : if(is-split($context), wide, susy-get(spread, $context));
80
- $_gutter : percentage($_gutters / susy-sum($_columns, $_gutters, $_spread));
81
- }
82
- }
83
-
84
- $_gutter: if($_gutter == 'no-gutters' or $_gutter == 'no-gutter', null, $_gutter);
85
-
86
- @return $_gutter;
87
- }
88
-
89
-
90
- // Get Gutters
91
- // -----------
92
- // Return before and after gutter values.
93
- // - [$context]: <context>
94
- @function get-gutters(
95
- $context: $susy
96
- ) {
97
- $context : parse-gutters($context);
98
-
99
- $_gutter-position : susy-get(gutter-position, $context);
100
- $_gutter : get-gutter-width($context);
101
-
102
- $_return : (before: null, after: null);
103
-
104
- @if is-split($context) and $_gutter {
105
- $_gutter: $_gutter / 2;
106
- $_return: map-merge($_return, (before: $_gutter, after: $_gutter));
107
- } @else {
108
- $_return: map-merge($_return, ($_gutter-position: $_gutter));
109
- }
110
-
111
- @return $_return;
112
- }
113
-
114
-
115
- // Is Inside
116
- // ---------
117
- // Returns true if gutters are inside.
118
- // $context: <context>
119
- @function is-inside(
120
- $context
121
- ) {
122
- $_inside: inside inside-static;
123
- $_gutter-position: susy-get(gutter-position, $context);
124
-
125
- @return if(index($_inside, $_gutter-position), true, false);
126
- }
127
-
128
-
129
- // Is Split
130
- // --------
131
- // Returns true if gutters are split.
132
- // $context: <context>
133
- @function is-split(
134
- $context
135
- ) {
136
- $_split: split inside inside-static;
137
- $_gutter-position: susy-get(gutter-position, $context);
138
-
139
- @return if(index($_split, $_gutter-position), true, false);
140
- }
141
-
142
-
143
- // Gutter Math
144
- // -----------
145
- // Return the math to use for gutter calculations
146
- // $context: <context>
147
- @function gutter-math(
148
- $context: $susy
149
- ) {
150
- $_return : susy-get(math, $context);
151
- $_return : if(susy-get(gutter-position, $context) == inside-static, static, $_return);
152
-
153
- @return $_return;
154
- }
@@ -1,77 +0,0 @@
1
- // Isolation Syntax
2
- // ================
3
-
4
-
5
- // Isolate [Mixin]
6
- // ---------------
7
- // Set isolation as an override.
8
- // - $location: <span>
9
- @mixin isolate(
10
- $isolate: 1
11
- ) {
12
- $inspect: $isolate;
13
-
14
- $output: (
15
- push: isolate($isolate),
16
- flow: susy-get(flow, $isolate),
17
- );
18
-
19
- @include susy-inspect(isolate, $inspect);
20
- @include isolate-output($output...);
21
- }
22
-
23
-
24
- // Isolate [function]
25
- // ------------------
26
- // Return an isolation offset width.
27
- // - $location: <span>
28
- @function isolate(
29
- $isolate: 1
30
- ) {
31
- $isolate: parse-span($isolate);
32
- $isolation: susy-get(span, $isolate);
33
-
34
- @if $isolation and not(get-location($isolate)) {
35
- $new: (
36
- span: null,
37
- location: $isolation,
38
- );
39
- $isolate: map-merge($isolate, $new);
40
- }
41
-
42
- @return get-isolation($isolate);
43
- }
44
-
45
-
46
- // Get Isolation
47
- // -------------
48
- // Return the isolation offset width
49
- // - $input: <map>
50
- @function get-isolation(
51
- $input
52
- ) {
53
- $location : get-location($input);
54
- $columns : susy-get(columns, $input);
55
- $width : null;
56
-
57
- @if type-of($location) == number and not(unitless($location)) {
58
- $width: $location;
59
- } @else if $location {
60
- $push: $location - 1;
61
- @if $push > 0 {
62
- $push: map-merge($input, (
63
- span: $push,
64
- location: 1,
65
- spread: wide,
66
- ));
67
- $width: get-span-width($push);
68
- }
69
- }
70
-
71
- @if susy-get(gutter-position, $input) == split
72
- and susy-get(gutters, $input) > 0 {
73
- $width: if($width == null, gutters($input), $width + gutters($input));
74
- }
75
-
76
- @return $width or 0;
77
- }
@@ -1,94 +0,0 @@
1
- // Margin Syntax
2
- // =============
3
-
4
- // Pre
5
- // ---
6
- // Add spanning-margins before an element.
7
- // - $span : <span>
8
- @mixin pre(
9
- $span
10
- ) {
11
- $inspect: $span;
12
- $span : map-merge((spread: wide), parse-span($span));
13
- $flow : susy-get(flow, $span);
14
- $split : if(susy-get(gutter-position, $span) == split, true, false);
15
- $gutter : gutter($span);
16
- $span : span($span);
17
- $width : if($split and $gutter, $span + $gutter, $span);
18
-
19
- @include susy-inspect(pre, $inspect);
20
- @include margin-output($width, null, $flow);
21
- }
22
-
23
- // Post
24
- // ----
25
- // Add spanning-margins after an element.
26
- // - $span : <span>
27
- @mixin post(
28
- $span
29
- ) {
30
- $inspect : $span;
31
- $span : map-merge((spread: wide), parse-span($span));
32
- $flow : susy-get(flow, $span);
33
- $split : if(susy-get(gutter-position, $span) == split, true, false);
34
- $width : if($split, span($span) + gutter($span), span($span));
35
-
36
- @include susy-inspect(post, $inspect);
37
- @include margin-output(null, $width, $flow);
38
- }
39
-
40
- // Push
41
- // ----
42
- // Simple synonymn for pre.
43
- // - $span : <span>
44
- @mixin push(
45
- $span
46
- ) {
47
- @include pre($span);
48
- }
49
-
50
- // Pull
51
- // ----
52
- // Add negative spanning-margins before an element.
53
- // - $span : <span>
54
- @mixin pull(
55
- $span
56
- ) {
57
- $inspect : $span;
58
- $span : map-merge((spread: wide), parse-span($span));
59
- $flow : susy-get(flow, $span);
60
- $split : if(susy-get(gutter-position, $span) == split, true, false);
61
- $width : if($split, 0 - span($span) + gutter($span), 0 - span($span));
62
-
63
- @include susy-inspect(pull, $inspect);
64
- @include margin-output($width, null, $flow);
65
- }
66
-
67
- // Squish
68
- // ------
69
- // Add spanning-margins before and after an element.
70
- // - $pre : <span>
71
- // - [$post] : <span>
72
- @mixin squish(
73
- $pre,
74
- $post: false
75
- ) {
76
- $inspect : ($pre, $post);
77
- $pre : map-merge((spread: wide), parse-span($pre));
78
-
79
- @if $post {
80
- $post: map-merge((spread: wide), parse-span($post));
81
- } @else {
82
- $span: susy-get(span, $pre);
83
- @if length($span) > 1 {
84
- $pre: map-merge($pre, (span: nth($span, 1)));
85
- $post: map-merge($pre, (span: nth($span, 2)));
86
- } @else {
87
- $post: $pre;
88
- }
89
- }
90
-
91
- @include susy-inspect(squish, $inspect);
92
- @include pre($pre);
93
- @include post($post);
94
- }
@@ -1,74 +0,0 @@
1
- // Padding Syntax
2
- // ==============
3
-
4
- // Prefix
5
- // ------
6
- // Add spanning-padding before an element.
7
- // - $span : <span>
8
- @mixin prefix(
9
- $span
10
- ) {
11
- $inspect : $span;
12
- $span : map-merge((spread: wide), parse-span($span));
13
- $flow : susy-get(flow, $span);
14
- $width : span($span);
15
-
16
- @if is-inside($span) {
17
- $gutter: gutter($span);
18
- $width: if($gutter and comparable($width, $gutter), $width + $gutter, $width);
19
- }
20
-
21
- @include susy-inspect(prefix, $inspect);
22
- @include padding-output($width, null, $flow);
23
- }
24
-
25
- // Suffix
26
- // ------
27
- // Add spanning-padding after an element.
28
- // - $span : <span>
29
- @mixin suffix(
30
- $span
31
- ) {
32
- $inspect : $span;
33
- $span : map-merge((spread: wide), parse-span($span));
34
- $flow : susy-get(flow, $span);
35
- $width : span($span);
36
-
37
- @if is-inside($span) {
38
- $gutter: gutter($span);
39
- $width: if($gutter and comparable($width, $gutter), $width + $gutter, $width);
40
- }
41
-
42
- @include susy-inspect(suffix, $inspect);
43
- @include padding-output(null, $width, $flow);
44
- }
45
-
46
- // Pad
47
- // ---
48
- // Add spanning-padding before and after an element.
49
- // - $pre : <span>
50
- // - [$post] : <span>
51
- @mixin pad(
52
- $pre,
53
- $post: false
54
- ) {
55
- $inspect : ($pre, $post);
56
- $pre : map-merge((spread: wide), parse-span($pre));
57
-
58
- @if $post {
59
- $post: map-merge((spread: wide), parse-span($post));
60
- } @else {
61
- $span: susy-get(span, $pre);
62
- @if length($span) > 1 {
63
- $pre: map-merge($pre, (span: nth($span, 1)));
64
- $post: map-merge($pre, (span: nth($span, 2)));
65
- } @else {
66
- $post: $pre;
67
- }
68
- }
69
-
70
- @include susy-inspect(pad, $inspect);
71
- @include prefix($pre);
72
- @include suffix($post);
73
-
74
- }