jekyll-theme-ethereal 0.4.4 → 0.5.0

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.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact_script.html +2 -2
  3. data/_includes/head.html +8 -1
  4. data/_includes/panel_map.html +70 -96
  5. data/_includes/scripts.html +8 -19
  6. data/_includes/search.html +8 -6
  7. data/_layouts/default.html +4 -4
  8. data/_sass/large/base/_page.scss +0 -0
  9. data/_sass/large/base/_reset.scss +0 -0
  10. data/_sass/large/base/_typography.scss +11 -0
  11. data/_sass/large/components/_actions.scss +0 -0
  12. data/_sass/large/components/_button.scss +0 -0
  13. data/_sass/large/components/_contact-icons.scss +0 -0
  14. data/_sass/{components → large/components}/_cookieconsent.scss +0 -0
  15. data/_sass/large/components/_form.scss +0 -0
  16. data/_sass/large/components/_gallery.scss +0 -0
  17. data/_sass/large/components/_grid-icons.scss +0 -0
  18. data/_sass/large/components/_icon.scss +0 -0
  19. data/_sass/large/components/_icons.scss +0 -0
  20. data/_sass/large/components/_image.scss +0 -0
  21. data/_sass/large/components/_list.scss +0 -0
  22. data/_sass/large/components/_panel-banner.scss +0 -0
  23. data/_sass/large/components/_panel-spotlight.scss +0 -0
  24. data/_sass/large/components/_panel.scss +0 -0
  25. data/_sass/large/components/_table.scss +0 -0
  26. data/_sass/large/layout/_footer.scss +0 -0
  27. data/_sass/large/layout/_header.scss +0 -0
  28. data/_sass/large/layout/_page-wrapper.scss +0 -0
  29. data/_sass/large/layout/_wrapper.scss +0 -0
  30. data/_sass/large.scss +48 -0
  31. data/_sass/libs/_breakpoints.scss +164 -164
  32. data/_sass/libs/_functions.scss +32 -32
  33. data/_sass/libs/_mixins.scss +225 -49
  34. data/_sass/libs/_vars.scss +40 -40
  35. data/_sass/libs/_vendor.scss +331 -331
  36. data/_sass/main/base/_page.scss +99 -0
  37. data/_sass/main/base/_reset.scss +76 -0
  38. data/_sass/main/base/_typography.scss +193 -0
  39. data/_sass/main/components/_actions.scss +63 -0
  40. data/_sass/main/components/_button.scss +154 -0
  41. data/_sass/main/components/_contact-icons.scss +72 -0
  42. data/_sass/main/components/_cookieconsent.scss +403 -0
  43. data/_sass/main/components/_form.scss +253 -0
  44. data/_sass/main/components/_gallery.scss +167 -0
  45. data/_sass/main/components/_grid-icons.scss +139 -0
  46. data/_sass/main/components/_icon.scss +33 -0
  47. data/_sass/main/components/_icons.scss +28 -0
  48. data/_sass/main/components/_image.scss +169 -0
  49. data/_sass/main/components/_list.scss +56 -0
  50. data/_sass/main/components/_panel-banner.scss +52 -0
  51. data/_sass/main/components/_panel-spotlight.scss +62 -0
  52. data/_sass/main/components/_panel.scss +224 -0
  53. data/_sass/main/components/_table.scss +81 -0
  54. data/_sass/main/layout/_footer.scss +30 -0
  55. data/_sass/main/layout/_header.scss +35 -0
  56. data/_sass/main/layout/_page-wrapper.scss +22 -0
  57. data/_sass/main/layout/_wrapper.scss +85 -0
  58. data/_sass/main.scss +24 -118
  59. data/_sass/medium/base/_page.scss +0 -0
  60. data/_sass/medium/base/_reset.scss +0 -0
  61. data/_sass/medium/base/_typography.scss +0 -0
  62. data/_sass/medium/components/_actions.scss +0 -0
  63. data/_sass/medium/components/_button.scss +0 -0
  64. data/_sass/medium/components/_contact-icons.scss +0 -0
  65. data/_sass/medium/components/_cookieconsent.scss +403 -0
  66. data/_sass/medium/components/_form.scss +0 -0
  67. data/_sass/medium/components/_gallery.scss +11 -0
  68. data/_sass/medium/components/_grid-icons.scss +0 -0
  69. data/_sass/medium/components/_icon.scss +0 -0
  70. data/_sass/medium/components/_icons.scss +0 -0
  71. data/_sass/medium/components/_image.scss +0 -0
  72. data/_sass/medium/components/_list.scss +0 -0
  73. data/_sass/medium/components/_panel-banner.scss +0 -0
  74. data/_sass/medium/components/_panel-spotlight.scss +0 -0
  75. data/_sass/medium/components/_panel.scss +0 -0
  76. data/_sass/medium/components/_table.scss +0 -0
  77. data/_sass/medium/layout/_footer.scss +0 -0
  78. data/_sass/medium/layout/_header.scss +0 -0
  79. data/_sass/medium/layout/_page-wrapper.scss +0 -0
  80. data/_sass/medium/layout/_wrapper.scss +0 -0
  81. data/_sass/medium.scss +47 -0
  82. data/_sass/noscript.scss +12 -12
  83. data/_sass/short/base/_page.scss +0 -0
  84. data/_sass/short/base/_reset.scss +0 -0
  85. data/_sass/short/base/_typography.scss +0 -0
  86. data/_sass/short/components/_actions.scss +0 -0
  87. data/_sass/short/components/_button.scss +0 -0
  88. data/_sass/short/components/_contact-icons.scss +0 -0
  89. data/_sass/short/components/_cookieconsent.scss +403 -0
  90. data/_sass/short/components/_form.scss +1 -0
  91. data/_sass/short/components/_gallery.scss +0 -0
  92. data/_sass/short/components/_grid-icons.scss +0 -0
  93. data/_sass/short/components/_icon.scss +0 -0
  94. data/_sass/short/components/_icons.scss +0 -0
  95. data/_sass/short/components/_image.scss +0 -0
  96. data/_sass/short/components/_list.scss +0 -0
  97. data/_sass/short/components/_panel-banner.scss +0 -0
  98. data/_sass/short/components/_panel-spotlight.scss +0 -0
  99. data/_sass/short/components/_panel.scss +0 -0
  100. data/_sass/short/components/_table.scss +0 -0
  101. data/_sass/short/layout/_footer.scss +0 -0
  102. data/_sass/short/layout/_header.scss +0 -0
  103. data/_sass/short/layout/_page-wrapper.scss +9 -0
  104. data/_sass/short/layout/_wrapper.scss +0 -0
  105. data/_sass/short.scss +48 -0
  106. data/_sass/small/base/_page.scss +17 -0
  107. data/_sass/small/base/_reset.scss +0 -0
  108. data/_sass/small/base/_typography.scss +67 -0
  109. data/_sass/small/components/_actions.scss +0 -0
  110. data/_sass/small/components/_button.scss +0 -0
  111. data/_sass/small/components/_contact-icons.scss +0 -0
  112. data/_sass/small/components/_cookieconsent.scss +403 -0
  113. data/_sass/small/components/_form.scss +27 -0
  114. data/_sass/small/components/_gallery.scss +38 -0
  115. data/_sass/small/components/_grid-icons.scss +29 -0
  116. data/_sass/small/components/_icon.scss +0 -0
  117. data/_sass/small/components/_icons.scss +0 -0
  118. data/_sass/small/components/_image.scss +0 -0
  119. data/_sass/small/components/_list.scss +0 -0
  120. data/_sass/small/components/_panel-banner.scss +37 -0
  121. data/_sass/small/components/_panel-spotlight.scss +18 -0
  122. data/_sass/small/components/_panel.scss +80 -0
  123. data/_sass/small/components/_table.scss +0 -0
  124. data/_sass/small/layout/_footer.scss +34 -0
  125. data/_sass/small/layout/_header.scss +0 -0
  126. data/_sass/small/layout/_page-wrapper.scss +12 -0
  127. data/_sass/small/layout/_wrapper.scss +26 -0
  128. data/_sass/small.scss +49 -0
  129. data/assets/css/cookieconsent.css +404 -0
  130. data/assets/css/fontawesome-all.min.css +1 -1
  131. data/assets/css/large.scss +5 -0
  132. data/assets/css/mapbox-gl.panel.css +27 -0
  133. data/assets/css/medium.scss +5 -0
  134. data/assets/css/short.scss +5 -0
  135. data/assets/css/small.scss +5 -0
  136. data/assets/js/cookieconsent.style.min.js +1 -0
  137. data/assets/js/{mapbox-gl.js → mapbox-gl.min.js} +0 -0
  138. metadata +124 -25
  139. data/_sass/base/_page.scss +0 -117
  140. data/_sass/base/_reset.scss +0 -76
  141. data/_sass/base/_typography.scss +0 -271
  142. data/_sass/components/_actions.scss +0 -63
  143. data/_sass/components/_button.scss +0 -154
  144. data/_sass/components/_contact-icons.scss +0 -72
  145. data/_sass/components/_form.scss +0 -279
  146. data/_sass/components/_gallery.scss +0 -218
  147. data/_sass/components/_grid-icons.scss +0 -166
  148. data/_sass/components/_icon.scss +0 -33
  149. data/_sass/components/_icons.scss +0 -28
  150. data/_sass/components/_image.scss +0 -169
  151. data/_sass/components/_list.scss +0 -56
  152. data/_sass/components/_panel-banner.scss +0 -90
  153. data/_sass/components/_panel-spotlight.scss +0 -81
  154. data/_sass/components/_panel.scss +0 -300
  155. data/_sass/components/_table.scss +0 -81
  156. data/_sass/layout/_footer.scss +0 -49
  157. data/_sass/layout/_header.scss +0 -37
  158. data/_sass/layout/_page-wrapper.scss +0 -43
  159. data/_sass/layout/_wrapper.scss +0 -118
@@ -2,222 +2,222 @@
2
2
 
3
3
  // Vars.
4
4
 
5
- /// Breakpoints.
6
- /// @var {list}
7
- $breakpoints: () !global;
5
+ /// Breakpoints.
6
+ /// @var {list}
7
+ $breakpoints: () !global;
8
8
 
9
9
  // Mixins.
10
10
 
11
- /// Sets breakpoints.
12
- /// @param {map} $x Breakpoints.
13
- @mixin breakpoints($x: ()) {
14
- $breakpoints: $x !global;
15
- }
11
+ /// Sets breakpoints.
12
+ /// @param {map} $x Breakpoints.
13
+ @mixin breakpoints($x: ()) {
14
+ $breakpoints: $x !global;
15
+ }
16
16
 
17
- /// Wraps @content in a @media block targeting a specific orientation.
18
- /// @param {string} $orientation Orientation.
19
- @mixin orientation($orientation) {
20
- @media screen and (orientation: #{$orientation}) {
21
- @content;
22
- }
23
- }
17
+ /// Wraps @content in a @media block targeting a specific orientation.
18
+ /// @param {string} $orientation Orientation.
19
+ @mixin orientation($orientation) {
20
+ @media screen and (orientation: #{$orientation}) {
21
+ @content;
22
+ }
23
+ }
24
24
 
25
- /// Wraps @content in a @media block using a given query.
26
- /// @param {string} $query Query.
27
- @mixin breakpoint($query: null) {
25
+ /// Wraps @content in a @media block using a given query.
26
+ /// @param {string} $query Query.
27
+ @mixin breakpoint($query: null) {
28
28
 
29
- $breakpoint: null;
30
- $op: null;
31
- $media: null;
29
+ $breakpoint: null;
30
+ $op: null;
31
+ $media: null;
32
32
 
33
- // Determine operator, breakpoint.
33
+ // Determine operator, breakpoint.
34
34
 
35
- // Greater than or equal.
36
- @if (str-slice($query, 0, 2) == '>=') {
35
+ // Greater than or equal.
36
+ @if (str-slice($query, 0, 2) == '>=') {
37
37
 
38
- $op: 'gte';
39
- $breakpoint: str-slice($query, 3);
38
+ $op: 'gte';
39
+ $breakpoint: str-slice($query, 3);
40
40
 
41
- }
41
+ }
42
42
 
43
- // Less than or equal.
44
- @elseif (str-slice($query, 0, 2) == '<=') {
43
+ // Less than or equal.
44
+ @elseif (str-slice($query, 0, 2) == '<=') {
45
45
 
46
- $op: 'lte';
47
- $breakpoint: str-slice($query, 3);
46
+ $op: 'lte';
47
+ $breakpoint: str-slice($query, 3);
48
48
 
49
- }
49
+ }
50
50
 
51
- // Greater than.
52
- @elseif (str-slice($query, 0, 1) == '>') {
51
+ // Greater than.
52
+ @elseif (str-slice($query, 0, 1) == '>') {
53
53
 
54
- $op: 'gt';
55
- $breakpoint: str-slice($query, 2);
54
+ $op: 'gt';
55
+ $breakpoint: str-slice($query, 2);
56
56
 
57
- }
57
+ }
58
58
 
59
- // Less than.
60
- @elseif (str-slice($query, 0, 1) == '<') {
59
+ // Less than.
60
+ @elseif (str-slice($query, 0, 1) == '<') {
61
61
 
62
- $op: 'lt';
63
- $breakpoint: str-slice($query, 2);
62
+ $op: 'lt';
63
+ $breakpoint: str-slice($query, 2);
64
64
 
65
- }
65
+ }
66
66
 
67
- // Not.
68
- @elseif (str-slice($query, 0, 1) == '!') {
67
+ // Not.
68
+ @elseif (str-slice($query, 0, 1) == '!') {
69
69
 
70
- $op: 'not';
71
- $breakpoint: str-slice($query, 2);
70
+ $op: 'not';
71
+ $breakpoint: str-slice($query, 2);
72
72
 
73
- }
73
+ }
74
74
 
75
- // Equal.
76
- @else {
75
+ // Equal.
76
+ @else {
77
77
 
78
- $op: 'eq';
79
- $breakpoint: $query;
78
+ $op: 'eq';
79
+ $breakpoint: $query;
80
80
 
81
- }
81
+ }
82
82
 
83
- // Build media.
84
- @if ($breakpoint and map-has-key($breakpoints, $breakpoint)) {
83
+ // Build media.
84
+ @if ($breakpoint and map-has-key($breakpoints, $breakpoint)) {
85
85
 
86
- $a: map-get($breakpoints, $breakpoint);
86
+ $a: map-get($breakpoints, $breakpoint);
87
87
 
88
- // Range.
89
- @if (type-of($a) == 'list') {
88
+ // Range.
89
+ @if (type-of($a) == 'list') {
90
90
 
91
- $x: nth($a, 1);
92
- $y: nth($a, 2);
91
+ $x: nth($a, 1);
92
+ $y: nth($a, 2);
93
93
 
94
- // Max only.
95
- @if ($x == null) {
94
+ // Max only.
95
+ @if ($x == null) {
96
96
 
97
- // Greater than or equal (>= 0 / anything)
98
- @if ($op == 'gte') {
99
- $media: 'screen';
100
- }
97
+ // Greater than or equal (>= 0 / anything)
98
+ @if ($op == 'gte') {
99
+ $media: 'screen';
100
+ }
101
101
 
102
- // Less than or equal (<= y)
103
- @elseif ($op == 'lte') {
104
- $media: 'screen and (max-width: ' + $y + ')';
105
- }
102
+ // Less than or equal (<= y)
103
+ @elseif ($op == 'lte') {
104
+ $media: 'screen and (max-width: ' + $y + ')';
105
+ }
106
106
 
107
- // Greater than (> y)
108
- @elseif ($op == 'gt') {
109
- $media: 'screen and (min-width: ' + ($y + 1) + ')';
110
- }
107
+ // Greater than (> y)
108
+ @elseif ($op == 'gt') {
109
+ $media: 'screen and (min-width: ' + ($y + 1) + ')';
110
+ }
111
111
 
112
- // Less than (< 0 / invalid)
113
- @elseif ($op == 'lt') {
114
- $media: 'screen and (max-width: -1px)';
115
- }
112
+ // Less than (< 0 / invalid)
113
+ @elseif ($op == 'lt') {
114
+ $media: 'screen and (max-width: -1px)';
115
+ }
116
116
 
117
- // Not (> y)
118
- @elseif ($op == 'not') {
119
- $media: 'screen and (min-width: ' + ($y + 1) + ')';
120
- }
117
+ // Not (> y)
118
+ @elseif ($op == 'not') {
119
+ $media: 'screen and (min-width: ' + ($y + 1) + ')';
120
+ }
121
121
 
122
- // Equal (<= y)
123
- @else {
124
- $media: 'screen and (max-width: ' + $y + ')';
125
- }
122
+ // Equal (<= y)
123
+ @else {
124
+ $media: 'screen and (max-width: ' + $y + ')';
125
+ }
126
126
 
127
- }
127
+ }
128
128
 
129
- // Min only.
130
- @else if ($y == null) {
129
+ // Min only.
130
+ @else if ($y == null) {
131
131
 
132
- // Greater than or equal (>= x)
133
- @if ($op == 'gte') {
134
- $media: 'screen and (min-width: ' + $x + ')';
135
- }
132
+ // Greater than or equal (>= x)
133
+ @if ($op == 'gte') {
134
+ $media: 'screen and (min-width: ' + $x + ')';
135
+ }
136
136
 
137
- // Less than or equal (<= inf / anything)
138
- @elseif ($op == 'lte') {
139
- $media: 'screen';
140
- }
137
+ // Less than or equal (<= inf / anything)
138
+ @elseif ($op == 'lte') {
139
+ $media: 'screen';
140
+ }
141
141
 
142
- // Greater than (> inf / invalid)
143
- @elseif ($op == 'gt') {
144
- $media: 'screen and (max-width: -1px)';
145
- }
142
+ // Greater than (> inf / invalid)
143
+ @elseif ($op == 'gt') {
144
+ $media: 'screen and (max-width: -1px)';
145
+ }
146
146
 
147
- // Less than (< x)
148
- @elseif ($op == 'lt') {
149
- $media: 'screen and (max-width: ' + ($x - 1) + ')';
150
- }
147
+ // Less than (< x)
148
+ @elseif ($op == 'lt') {
149
+ $media: 'screen and (max-width: ' + ($x - 1) + ')';
150
+ }
151
151
 
152
- // Not (< x)
153
- @elseif ($op == 'not') {
154
- $media: 'screen and (max-width: ' + ($x - 1) + ')';
155
- }
152
+ // Not (< x)
153
+ @elseif ($op == 'not') {
154
+ $media: 'screen and (max-width: ' + ($x - 1) + ')';
155
+ }
156
156
 
157
- // Equal (>= x)
158
- @else {
159
- $media: 'screen and (min-width: ' + $x + ')';
160
- }
157
+ // Equal (>= x)
158
+ @else {
159
+ $media: 'screen and (min-width: ' + $x + ')';
160
+ }
161
161
 
162
- }
162
+ }
163
163
 
164
- // Min and max.
165
- @else {
164
+ // Min and max.
165
+ @else {
166
166
 
167
- // Greater than or equal (>= x)
168
- @if ($op == 'gte') {
169
- $media: 'screen and (min-width: ' + $x + ')';
170
- }
167
+ // Greater than or equal (>= x)
168
+ @if ($op == 'gte') {
169
+ $media: 'screen and (min-width: ' + $x + ')';
170
+ }
171
171
 
172
- // Less than or equal (<= y)
173
- @elseif ($op == 'lte') {
174
- $media: 'screen and (max-width: ' + $y + ')';
175
- }
172
+ // Less than or equal (<= y)
173
+ @elseif ($op == 'lte') {
174
+ $media: 'screen and (max-width: ' + $y + ')';
175
+ }
176
176
 
177
- // Greater than (> y)
178
- @elseif ($op == 'gt') {
179
- $media: 'screen and (min-width: ' + ($y + 1) + ')';
180
- }
177
+ // Greater than (> y)
178
+ @elseif ($op == 'gt') {
179
+ $media: 'screen and (min-width: ' + ($y + 1) + ')';
180
+ }
181
181
 
182
- // Less than (< x)
183
- @elseif ($op == 'lt') {
184
- $media: 'screen and (max-width: ' + ($x - 1) + ')';
185
- }
182
+ // Less than (< x)
183
+ @elseif ($op == 'lt') {
184
+ $media: 'screen and (max-width: ' + ($x - 1) + ')';
185
+ }
186
186
 
187
- // Not (< x and > y)
188
- @elseif ($op == 'not') {
189
- $media: 'screen and (max-width: ' + ($x - 1) + '), screen and (min-width: ' + ($y + 1) + ')';
190
- }
191
-
192
- // Equal (>= x and <= y)
193
- @else {
194
- $media: 'screen and (min-width: ' + $x + ') and (max-width: ' + $y + ')';
195
- }
196
-
197
- }
198
-
199
- }
200
-
201
- // String.
202
- @else {
203
-
204
- // Missing a media type? Prefix with "screen".
205
- @if (str-slice($a, 0, 1) == '(') {
206
- $media: 'screen and ' + $a;
207
- }
208
-
209
- // Otherwise, use as-is.
210
- @else {
211
- $media: $a;
212
- }
187
+ // Not (< x and > y)
188
+ @elseif ($op == 'not') {
189
+ $media: 'screen and (max-width: ' + ($x - 1) + '), screen and (min-width: ' + ($y + 1) + ')';
190
+ }
191
+
192
+ // Equal (>= x and <= y)
193
+ @else {
194
+ $media: 'screen and (min-width: ' + $x + ') and (max-width: ' + $y + ')';
195
+ }
196
+
197
+ }
198
+
199
+ }
200
+
201
+ // String.
202
+ @else {
203
+
204
+ // Missing a media type? Prefix with "screen".
205
+ @if (str-slice($a, 0, 1) == '(') {
206
+ $media: 'screen and ' + $a;
207
+ }
208
+
209
+ // Otherwise, use as-is.
210
+ @else {
211
+ $media: $a;
212
+ }
213
213
 
214
- }
214
+ }
215
215
 
216
- }
216
+ }
217
217
 
218
- // Output.
219
- @media #{$media} {
220
- @content;
221
- }
218
+ // Output.
219
+ @media #{$media} {
220
+ @content;
221
+ }
222
222
 
223
- }
223
+ }
@@ -5,33 +5,33 @@
5
5
  /// @return {list} Updated list.
6
6
  @function remove-nth($list, $index) {
7
7
 
8
- $result: null;
8
+ $result: null;
9
9
 
10
- @if type-of($index) != number {
11
- @warn "$index: #{quote($index)} is not a number for `remove-nth`.";
12
- }
13
- @else if $index == 0 {
14
- @warn "List index 0 must be a non-zero integer for `remove-nth`.";
15
- }
16
- @else if abs($index) > length($list) {
17
- @warn "List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.";
18
- }
19
- @else {
10
+ @if type-of($index) != number {
11
+ @warn "$index: #{quote($index)} is not a number for `remove-nth`.";
12
+ }
13
+ @else if $index == 0 {
14
+ @warn "List index 0 must be a non-zero integer for `remove-nth`.";
15
+ }
16
+ @else if abs($index) > length($list) {
17
+ @warn "List index is #{$index} but list is only #{length($list)} item long for `remove-nth`.";
18
+ }
19
+ @else {
20
20
 
21
- $result: ();
22
- $index: if($index < 0, length($list) + $index + 1, $index);
21
+ $result: ();
22
+ $index: if($index < 0, length($list) + $index + 1, $index);
23
23
 
24
- @for $i from 1 through length($list) {
24
+ @for $i from 1 through length($list) {
25
25
 
26
- @if $i != $index {
27
- $result: append($result, nth($list, $i));
28
- }
26
+ @if $i != $index {
27
+ $result: append($result, nth($list, $i));
28
+ }
29
29
 
30
- }
30
+ }
31
31
 
32
- }
32
+ }
33
33
 
34
- @return $result;
34
+ @return $result;
35
35
 
36
36
  }
37
37
 
@@ -42,15 +42,15 @@
42
42
  /// @return {string} Value.
43
43
  @function val($map, $keys...) {
44
44
 
45
- @if nth($keys, 1) == null {
46
- $keys: remove-nth($keys, 1);
47
- }
45
+ @if nth($keys, 1) == null {
46
+ $keys: remove-nth($keys, 1);
47
+ }
48
48
 
49
- @each $key in $keys {
50
- $map: map-get($map, $key);
51
- }
49
+ @each $key in $keys {
50
+ $map: map-get($map, $key);
51
+ }
52
52
 
53
- @return $map;
53
+ @return $map;
54
54
 
55
55
  }
56
56
 
@@ -58,33 +58,33 @@
58
58
  /// @param {string} $keys Key(s).
59
59
  /// @return {string} Value.
60
60
  @function _duration($keys...) {
61
- @return val($duration, $keys...);
61
+ @return val($duration, $keys...);
62
62
  }
63
63
 
64
64
  /// Gets a font value.
65
65
  /// @param {string} $keys Key(s).
66
66
  /// @return {string} Value.
67
67
  @function _font($keys...) {
68
- @return val($font, $keys...);
68
+ @return val($font, $keys...);
69
69
  }
70
70
 
71
71
  /// Gets a misc value.
72
72
  /// @param {string} $keys Key(s).
73
73
  /// @return {string} Value.
74
74
  @function _misc($keys...) {
75
- @return val($misc, $keys...);
75
+ @return val($misc, $keys...);
76
76
  }
77
77
 
78
78
  /// Gets a palette value.
79
79
  /// @param {string} $keys Key(s).
80
80
  /// @return {string} Value.
81
81
  @function _palette($keys...) {
82
- @return val($palette, $keys...);
82
+ @return val($palette, $keys...);
83
83
  }
84
84
 
85
85
  /// Gets a size value.
86
86
  /// @param {string} $keys Key(s).
87
87
  /// @return {string} Value.
88
88
  @function _size($keys...) {
89
- @return val($size, $keys...);
89
+ @return val($size, $keys...);
90
90
  }