@carbon/themes 10.37.0 → 10.39.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.
- package/README.md +7 -0
- package/docs/sass.md +96 -0
- package/index.scss +1 -1
- package/package.json +10 -7
- package/scss/modules/_config.scss +8 -0
- package/scss/modules/_theme.scss +22 -18
- package/scss/modules/_themes.scss +1 -0
- package/scss/modules/generated/_themes.scss +406 -567
- package/scss/modules/generated/_tokens.scss +300 -219
- package/src/next/g10.js +267 -0
- package/src/next/g100.js +270 -0
- package/src/next/g90.js +269 -0
- package/src/next/index.js +21 -0
- package/src/next/tokens/TokenFormat.js +51 -0
- package/src/next/tokens/index.js +3 -1
- package/src/next/tokens/v11TokenGroup.js +4 -4
- package/src/next/white.js +269 -0
|
@@ -6,222 +6,303 @@
|
|
|
6
6
|
// LICENSE file in the root directory of this source tree.
|
|
7
7
|
//
|
|
8
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
|
-
$inverse-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
$
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
$hover-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
$
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
$
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
$
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
$
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
$
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
$
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
$layer-
|
|
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
|
-
$
|
|
9
|
+
@use 'sass:map';
|
|
10
|
+
@use '../config';
|
|
11
|
+
@use '../theme';
|
|
12
|
+
|
|
13
|
+
/// Specify if a fallback value should be provided for the CSS Custom Property
|
|
14
|
+
$use-fallback-value: false !default;
|
|
15
|
+
|
|
16
|
+
/// Internal helper for generating CSS Custom Properties
|
|
17
|
+
@function _get($token) {
|
|
18
|
+
@if $use-fallback-value == false {
|
|
19
|
+
@return var(--#{config.$prefix}-#{$token});
|
|
20
|
+
} @else {
|
|
21
|
+
@return var(--#{config.$prefix}-#{$token}, #{theme.get($token)});
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/// The CSS Custom Property for the `background` token
|
|
26
|
+
$background: _get('background') !default;
|
|
27
|
+
|
|
28
|
+
/// The CSS Custom Property for the `background-active` token
|
|
29
|
+
$background-active: _get('background-active') !default;
|
|
30
|
+
|
|
31
|
+
/// The CSS Custom Property for the `background-selected` token
|
|
32
|
+
$background-selected: _get('background-selected') !default;
|
|
33
|
+
|
|
34
|
+
/// The CSS Custom Property for the `background-selected-hover` token
|
|
35
|
+
$background-selected-hover: _get('background-selected-hover') !default;
|
|
36
|
+
|
|
37
|
+
/// The CSS Custom Property for the `background-hover` token
|
|
38
|
+
$background-hover: _get('background-hover') !default;
|
|
39
|
+
|
|
40
|
+
/// The CSS Custom Property for the `background-brand` token
|
|
41
|
+
$background-brand: _get('background-brand') !default;
|
|
42
|
+
|
|
43
|
+
/// The CSS Custom Property for the `background-inverse` token
|
|
44
|
+
$background-inverse: _get('background-inverse') !default;
|
|
45
|
+
|
|
46
|
+
/// The CSS Custom Property for the `background-inverse-hover` token
|
|
47
|
+
$background-inverse-hover: _get('background-inverse-hover') !default;
|
|
48
|
+
|
|
49
|
+
/// The CSS Custom Property for the `layer-01` token
|
|
50
|
+
$layer-01: _get('layer-01') !default;
|
|
51
|
+
|
|
52
|
+
/// The CSS Custom Property for the `layer-active-01` token
|
|
53
|
+
$layer-active-01: _get('layer-active-01') !default;
|
|
54
|
+
|
|
55
|
+
/// The CSS Custom Property for the `layer-hover-01` token
|
|
56
|
+
$layer-hover-01: _get('layer-hover-01') !default;
|
|
57
|
+
|
|
58
|
+
/// The CSS Custom Property for the `layer-selected-01` token
|
|
59
|
+
$layer-selected-01: _get('layer-selected-01') !default;
|
|
60
|
+
|
|
61
|
+
/// The CSS Custom Property for the `layer-selected-hover-01` token
|
|
62
|
+
$layer-selected-hover-01: _get('layer-selected-hover-01') !default;
|
|
63
|
+
|
|
64
|
+
/// The CSS Custom Property for the `layer-02` token
|
|
65
|
+
$layer-02: _get('layer-02') !default;
|
|
66
|
+
|
|
67
|
+
/// The CSS Custom Property for the `layer-active-02` token
|
|
68
|
+
$layer-active-02: _get('layer-active-02') !default;
|
|
69
|
+
|
|
70
|
+
/// The CSS Custom Property for the `layer-hover-02` token
|
|
71
|
+
$layer-hover-02: _get('layer-hover-02') !default;
|
|
72
|
+
|
|
73
|
+
/// The CSS Custom Property for the `layer-selected-02` token
|
|
74
|
+
$layer-selected-02: _get('layer-selected-02') !default;
|
|
75
|
+
|
|
76
|
+
/// The CSS Custom Property for the `layer-selected-hover-02` token
|
|
77
|
+
$layer-selected-hover-02: _get('layer-selected-hover-02') !default;
|
|
78
|
+
|
|
79
|
+
/// The CSS Custom Property for the `layer-03` token
|
|
80
|
+
$layer-03: _get('layer-03') !default;
|
|
81
|
+
|
|
82
|
+
/// The CSS Custom Property for the `layer-active-03` token
|
|
83
|
+
$layer-active-03: _get('layer-active-03') !default;
|
|
84
|
+
|
|
85
|
+
/// The CSS Custom Property for the `layer-hover-03` token
|
|
86
|
+
$layer-hover-03: _get('layer-hover-03') !default;
|
|
87
|
+
|
|
88
|
+
/// The CSS Custom Property for the `layer-selected-03` token
|
|
89
|
+
$layer-selected-03: _get('layer-selected-03') !default;
|
|
90
|
+
|
|
91
|
+
/// The CSS Custom Property for the `layer-selected-hover-03` token
|
|
92
|
+
$layer-selected-hover-03: _get('layer-selected-hover-03') !default;
|
|
93
|
+
|
|
94
|
+
/// The CSS Custom Property for the `layer-disabled` token
|
|
95
|
+
$layer-disabled: _get('layer-disabled') !default;
|
|
96
|
+
|
|
97
|
+
/// The CSS Custom Property for the `layer-selected-inverse` token
|
|
98
|
+
$layer-selected-inverse: _get('layer-selected-inverse') !default;
|
|
99
|
+
|
|
100
|
+
/// The CSS Custom Property for the `layer-selected-disabled` token
|
|
101
|
+
$layer-selected-disabled: _get('layer-selected-disabled') !default;
|
|
102
|
+
|
|
103
|
+
/// The CSS Custom Property for the `layer-accent-01` token
|
|
104
|
+
$layer-accent-01: _get('layer-accent-01') !default;
|
|
105
|
+
|
|
106
|
+
/// The CSS Custom Property for the `layer-accent-active-01` token
|
|
107
|
+
$layer-accent-active-01: _get('layer-accent-active-01') !default;
|
|
108
|
+
|
|
109
|
+
/// The CSS Custom Property for the `layer-accent-hover-01` token
|
|
110
|
+
$layer-accent-hover-01: _get('layer-accent-hover-01') !default;
|
|
111
|
+
|
|
112
|
+
/// The CSS Custom Property for the `layer-accent-02` token
|
|
113
|
+
$layer-accent-02: _get('layer-accent-02') !default;
|
|
114
|
+
|
|
115
|
+
/// The CSS Custom Property for the `layer-accent-active-02` token
|
|
116
|
+
$layer-accent-active-02: _get('layer-accent-active-02') !default;
|
|
117
|
+
|
|
118
|
+
/// The CSS Custom Property for the `layer-accent-hover-02` token
|
|
119
|
+
$layer-accent-hover-02: _get('layer-accent-hover-02') !default;
|
|
120
|
+
|
|
121
|
+
/// The CSS Custom Property for the `layer-accent-03` token
|
|
122
|
+
$layer-accent-03: _get('layer-accent-03') !default;
|
|
123
|
+
|
|
124
|
+
/// The CSS Custom Property for the `layer-accent-active-03` token
|
|
125
|
+
$layer-accent-active-03: _get('layer-accent-active-03') !default;
|
|
126
|
+
|
|
127
|
+
/// The CSS Custom Property for the `layer-accent-hover-03` token
|
|
128
|
+
$layer-accent-hover-03: _get('layer-accent-hover-03') !default;
|
|
129
|
+
|
|
130
|
+
/// The CSS Custom Property for the `field-01` token
|
|
131
|
+
$field-01: _get('field-01') !default;
|
|
132
|
+
|
|
133
|
+
/// The CSS Custom Property for the `field-hover-01` token
|
|
134
|
+
$field-hover-01: _get('field-hover-01') !default;
|
|
135
|
+
|
|
136
|
+
/// The CSS Custom Property for the `field-02` token
|
|
137
|
+
$field-02: _get('field-02') !default;
|
|
138
|
+
|
|
139
|
+
/// The CSS Custom Property for the `field-hover-02` token
|
|
140
|
+
$field-hover-02: _get('field-hover-02') !default;
|
|
141
|
+
|
|
142
|
+
/// The CSS Custom Property for the `field-03` token
|
|
143
|
+
$field-03: _get('field-03') !default;
|
|
144
|
+
|
|
145
|
+
/// The CSS Custom Property for the `field-hover-03` token
|
|
146
|
+
$field-hover-03: _get('field-hover-03') !default;
|
|
147
|
+
|
|
148
|
+
/// The CSS Custom Property for the `field-disabled` token
|
|
149
|
+
$field-disabled: _get('field-disabled') !default;
|
|
150
|
+
|
|
151
|
+
/// The CSS Custom Property for the `interactive` token
|
|
152
|
+
$interactive: _get('interactive') !default;
|
|
153
|
+
|
|
154
|
+
/// The CSS Custom Property for the `border-subtle-00` token
|
|
155
|
+
$border-subtle-00: _get('border-subtle-00') !default;
|
|
156
|
+
|
|
157
|
+
/// The CSS Custom Property for the `border-subtle-01` token
|
|
158
|
+
$border-subtle-01: _get('border-subtle-01') !default;
|
|
159
|
+
|
|
160
|
+
/// The CSS Custom Property for the `border-subtle-selected-01` token
|
|
161
|
+
$border-subtle-selected-01: _get('border-subtle-selected-01') !default;
|
|
162
|
+
|
|
163
|
+
/// The CSS Custom Property for the `border-subtle-02` token
|
|
164
|
+
$border-subtle-02: _get('border-subtle-02') !default;
|
|
165
|
+
|
|
166
|
+
/// The CSS Custom Property for the `border-subtle-selected-02` token
|
|
167
|
+
$border-subtle-selected-02: _get('border-subtle-selected-02') !default;
|
|
168
|
+
|
|
169
|
+
/// The CSS Custom Property for the `border-subtle-03` token
|
|
170
|
+
$border-subtle-03: _get('border-subtle-03') !default;
|
|
171
|
+
|
|
172
|
+
/// The CSS Custom Property for the `border-subtle-selected-03` token
|
|
173
|
+
$border-subtle-selected-03: _get('border-subtle-selected-03') !default;
|
|
174
|
+
|
|
175
|
+
/// The CSS Custom Property for the `border-strong-01` token
|
|
176
|
+
$border-strong-01: _get('border-strong-01') !default;
|
|
177
|
+
|
|
178
|
+
/// The CSS Custom Property for the `border-strong-02` token
|
|
179
|
+
$border-strong-02: _get('border-strong-02') !default;
|
|
180
|
+
|
|
181
|
+
/// The CSS Custom Property for the `border-strong-03` token
|
|
182
|
+
$border-strong-03: _get('border-strong-03') !default;
|
|
183
|
+
|
|
184
|
+
/// The CSS Custom Property for the `border-inverse` token
|
|
185
|
+
$border-inverse: _get('border-inverse') !default;
|
|
186
|
+
|
|
187
|
+
/// The CSS Custom Property for the `border-interactive` token
|
|
188
|
+
$border-interactive: _get('border-interactive') !default;
|
|
189
|
+
|
|
190
|
+
/// The CSS Custom Property for the `border-disabled` token
|
|
191
|
+
$border-disabled: _get('border-disabled') !default;
|
|
192
|
+
|
|
193
|
+
/// The CSS Custom Property for the `text-primary` token
|
|
194
|
+
$text-primary: _get('text-primary') !default;
|
|
195
|
+
|
|
196
|
+
/// The CSS Custom Property for the `text-secondary` token
|
|
197
|
+
$text-secondary: _get('text-secondary') !default;
|
|
198
|
+
|
|
199
|
+
/// The CSS Custom Property for the `text-placeholder` token
|
|
200
|
+
$text-placeholder: _get('text-placeholder') !default;
|
|
201
|
+
|
|
202
|
+
/// The CSS Custom Property for the `text-helper` token
|
|
203
|
+
$text-helper: _get('text-helper') !default;
|
|
204
|
+
|
|
205
|
+
/// The CSS Custom Property for the `text-error` token
|
|
206
|
+
$text-error: _get('text-error') !default;
|
|
207
|
+
|
|
208
|
+
/// The CSS Custom Property for the `text-inverse` token
|
|
209
|
+
$text-inverse: _get('text-inverse') !default;
|
|
210
|
+
|
|
211
|
+
/// The CSS Custom Property for the `text-on-color` token
|
|
212
|
+
$text-on-color: _get('text-on-color') !default;
|
|
213
|
+
|
|
214
|
+
/// The CSS Custom Property for the `text-on-color-disabled` token
|
|
215
|
+
$text-on-color-disabled: _get('text-on-color-disabled') !default;
|
|
216
|
+
|
|
217
|
+
/// The CSS Custom Property for the `text-disabled` token
|
|
218
|
+
$text-disabled: _get('text-disabled') !default;
|
|
219
|
+
|
|
220
|
+
/// The CSS Custom Property for the `link-primary` token
|
|
221
|
+
$link-primary: _get('link-primary') !default;
|
|
222
|
+
|
|
223
|
+
/// The CSS Custom Property for the `link-primary-hover` token
|
|
224
|
+
$link-primary-hover: _get('link-primary-hover') !default;
|
|
225
|
+
|
|
226
|
+
/// The CSS Custom Property for the `link-secondary` token
|
|
227
|
+
$link-secondary: _get('link-secondary') !default;
|
|
228
|
+
|
|
229
|
+
/// The CSS Custom Property for the `link-inverse` token
|
|
230
|
+
$link-inverse: _get('link-inverse') !default;
|
|
231
|
+
|
|
232
|
+
/// The CSS Custom Property for the `link-visited` token
|
|
233
|
+
$link-visited: _get('link-visited') !default;
|
|
234
|
+
|
|
235
|
+
/// The CSS Custom Property for the `icon-primary` token
|
|
236
|
+
$icon-primary: _get('icon-primary') !default;
|
|
237
|
+
|
|
238
|
+
/// The CSS Custom Property for the `icon-secondary` token
|
|
239
|
+
$icon-secondary: _get('icon-secondary') !default;
|
|
240
|
+
|
|
241
|
+
/// The CSS Custom Property for the `icon-inverse` token
|
|
242
|
+
$icon-inverse: _get('icon-inverse') !default;
|
|
243
|
+
|
|
244
|
+
/// The CSS Custom Property for the `icon-on-color` token
|
|
245
|
+
$icon-on-color: _get('icon-on-color') !default;
|
|
246
|
+
|
|
247
|
+
/// The CSS Custom Property for the `icon-on-color-disabled` token
|
|
248
|
+
$icon-on-color-disabled: _get('icon-on-color-disabled') !default;
|
|
249
|
+
|
|
250
|
+
/// The CSS Custom Property for the `icon-disabled` token
|
|
251
|
+
$icon-disabled: _get('icon-disabled') !default;
|
|
252
|
+
|
|
253
|
+
/// The CSS Custom Property for the `support-error` token
|
|
254
|
+
$support-error: _get('support-error') !default;
|
|
255
|
+
|
|
256
|
+
/// The CSS Custom Property for the `support-success` token
|
|
257
|
+
$support-success: _get('support-success') !default;
|
|
258
|
+
|
|
259
|
+
/// The CSS Custom Property for the `support-warning` token
|
|
260
|
+
$support-warning: _get('support-warning') !default;
|
|
261
|
+
|
|
262
|
+
/// The CSS Custom Property for the `support-info` token
|
|
263
|
+
$support-info: _get('support-info') !default;
|
|
264
|
+
|
|
265
|
+
/// The CSS Custom Property for the `support-error-inverse` token
|
|
266
|
+
$support-error-inverse: _get('support-error-inverse') !default;
|
|
267
|
+
|
|
268
|
+
/// The CSS Custom Property for the `support-success-inverse` token
|
|
269
|
+
$support-success-inverse: _get('support-success-inverse') !default;
|
|
270
|
+
|
|
271
|
+
/// The CSS Custom Property for the `support-warning-inverse` token
|
|
272
|
+
$support-warning-inverse: _get('support-warning-inverse') !default;
|
|
273
|
+
|
|
274
|
+
/// The CSS Custom Property for the `support-info-inverse` token
|
|
275
|
+
$support-info-inverse: _get('support-info-inverse') !default;
|
|
276
|
+
|
|
277
|
+
/// The CSS Custom Property for the `support-caution-major` token
|
|
278
|
+
$support-caution-major: _get('support-caution-major') !default;
|
|
279
|
+
|
|
280
|
+
/// The CSS Custom Property for the `support-caution-minor` token
|
|
281
|
+
$support-caution-minor: _get('support-caution-minor') !default;
|
|
282
|
+
|
|
283
|
+
/// The CSS Custom Property for the `support-caution-undefined` token
|
|
284
|
+
$support-caution-undefined: _get('support-caution-undefined') !default;
|
|
285
|
+
|
|
286
|
+
/// The CSS Custom Property for the `highlight` token
|
|
287
|
+
$highlight: _get('highlight') !default;
|
|
288
|
+
|
|
289
|
+
/// The CSS Custom Property for the `overlay` token
|
|
290
|
+
$overlay: _get('overlay') !default;
|
|
291
|
+
|
|
292
|
+
/// The CSS Custom Property for the `toggle-off` token
|
|
293
|
+
$toggle-off: _get('toggle-off') !default;
|
|
294
|
+
|
|
295
|
+
/// The CSS Custom Property for the `focus` token
|
|
296
|
+
$focus: _get('focus') !default;
|
|
297
|
+
|
|
298
|
+
/// The CSS Custom Property for the `focus-inset` token
|
|
299
|
+
$focus-inset: _get('focus-inset') !default;
|
|
300
|
+
|
|
301
|
+
/// The CSS Custom Property for the `focus-inverse` token
|
|
302
|
+
$focus-inverse: _get('focus-inverse') !default;
|
|
303
|
+
|
|
304
|
+
/// The CSS Custom Property for the `skeleton-background` token
|
|
305
|
+
$skeleton-background: _get('skeleton-background') !default;
|
|
306
|
+
|
|
307
|
+
/// The CSS Custom Property for the `skeleton-element` token
|
|
308
|
+
$skeleton-element: _get('skeleton-element') !default;
|