-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode.EnumToken.html
More file actions
419 lines (417 loc) · 165 KB
/
node.EnumToken.html
File metadata and controls
419 lines (417 loc) · 165 KB
1
2
3
4
5
6
7
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>EnumToken | @tbela99/css-parser</title><meta name="description" content="Documentation for @tbela99/css-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script><style>
@media (prefers-color-scheme: dark) {
:root {
--md-sys-color-primary: #f6be46;
--md-sys-color-on-primary: #412d00;
--md-sys-color-primary-container: #5d4200;
--md-sys-color-on-primary-container: #ffdea3;
--md-sys-color-secondary: #d9c4a0;
--md-sys-color-on-secondary: #3b2f15;
--md-sys-color-secondary-container: #53452a;
--md-sys-color-on-secondary-container: #f6e0bb;
--md-sys-color-tertiary: #b2cfa8;
--md-sys-color-on-tertiary: #1e361a;
--md-sys-color-tertiary-container: #344d2f;
--md-sys-color-on-tertiary-container: #cdebc2;
--md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #690005;
--md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #ffb4ab;
--md-sys-color-background: #1e1b16;
--md-sys-color-on-background: #e9e1d9;
--md-sys-color-surface: #1e1b16;
--md-sys-color-on-surface: #e9e1d9;
--md-sys-color-surface-variant: #4e4639;
--md-sys-color-on-surface-variant: #d1c5b4;
--md-sys-color-outline: #9a8f80;
--md-sys-color-outline-variant: #4e4639;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #e9e1d9;
--md-sys-color-inverse-on-surface: #34302a;
--md-sys-color-inverse-primary: #7a5900;
--md-sys-color-surface-dim: #16130e;
--md-sys-color-surface-bright: #3d3933;
--md-sys-color-surface-container-lowest: #110e09;
--md-sys-color-surface-container-low: #1e1b16;
--md-sys-color-surface-container: #221f1a;
--md-sys-color-surface-container-high: #2d2924;
--md-sys-color-surface-container-highest: #38342e
}
}
:root[data-theme="dark"] {
--md-sys-color-primary: #f6be46;
--md-sys-color-on-primary: #412d00;
--md-sys-color-primary-container: #5d4200;
--md-sys-color-on-primary-container: #ffdea3;
--md-sys-color-secondary: #d9c4a0;
--md-sys-color-on-secondary: #3b2f15;
--md-sys-color-secondary-container: #53452a;
--md-sys-color-on-secondary-container: #f6e0bb;
--md-sys-color-tertiary: #b2cfa8;
--md-sys-color-on-tertiary: #1e361a;
--md-sys-color-tertiary-container: #344d2f;
--md-sys-color-on-tertiary-container: #cdebc2;
--md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #690005;
--md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #ffb4ab;
--md-sys-color-background: #1e1b16;
--md-sys-color-on-background: #e9e1d9;
--md-sys-color-surface: #1e1b16;
--md-sys-color-on-surface: #e9e1d9;
--md-sys-color-surface-variant: #4e4639;
--md-sys-color-on-surface-variant: #d1c5b4;
--md-sys-color-outline: #9a8f80;
--md-sys-color-outline-variant: #4e4639;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #e9e1d9;
--md-sys-color-inverse-on-surface: #34302a;
--md-sys-color-inverse-primary: #7a5900;
--md-sys-color-surface-dim: #16130e;
--md-sys-color-surface-bright: #3d3933;
--md-sys-color-surface-container-lowest: #110e09;
--md-sys-color-surface-container-low: #1e1b16;
--md-sys-color-surface-container: #221f1a;
--md-sys-color-surface-container-high: #2d2924;
--md-sys-color-surface-container-highest: #38342e
}
@media (prefers-color-scheme: light) {
:root {
--md-sys-color-primary: #7a5900;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #ffdea3;
--md-sys-color-on-primary-container: #261900;
--md-sys-color-secondary: #6c5c3f;
--md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #f6e0bb;
--md-sys-color-on-secondary-container: #251a04;
--md-sys-color-tertiary: #4b6545;
--md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #cdebc2;
--md-sys-color-on-tertiary-container: #092007;
--md-sys-color-error: #ba1a1a;
--md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410002;
--md-sys-color-background: #fffbff;
--md-sys-color-on-background: #1e1b16;
--md-sys-color-surface: #fffbff;
--md-sys-color-on-surface: #1e1b16;
--md-sys-color-surface-variant: #ede1cf;
--md-sys-color-on-surface-variant: #4e4639;
--md-sys-color-outline: #7f7667;
--md-sys-color-outline-variant: #d1c5b4;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #34302a;
--md-sys-color-inverse-on-surface: #f8efe7;
--md-sys-color-inverse-primary: #f6be46;
--md-sys-color-surface-dim: #e1d9d0;
--md-sys-color-surface-bright: #fff8f2;
--md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #fbf2e9;
--md-sys-color-surface-container: #f5ede4;
--md-sys-color-surface-container-high: #efe7de;
--md-sys-color-surface-container-highest: #e9e1d9
}
}
:root[data-theme="light"] {
--md-sys-color-primary: #7a5900;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #ffdea3;
--md-sys-color-on-primary-container: #261900;
--md-sys-color-secondary: #6c5c3f;
--md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #f6e0bb;
--md-sys-color-on-secondary-container: #251a04;
--md-sys-color-tertiary: #4b6545;
--md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #cdebc2;
--md-sys-color-on-tertiary-container: #092007;
--md-sys-color-error: #ba1a1a;
--md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410002;
--md-sys-color-background: #fffbff;
--md-sys-color-on-background: #1e1b16;
--md-sys-color-surface: #fffbff;
--md-sys-color-on-surface: #1e1b16;
--md-sys-color-surface-variant: #ede1cf;
--md-sys-color-on-surface-variant: #4e4639;
--md-sys-color-outline: #7f7667;
--md-sys-color-outline-variant: #d1c5b4;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #34302a;
--md-sys-color-inverse-on-surface: #f8efe7;
--md-sys-color-inverse-primary: #f6be46;
--md-sys-color-surface-dim: #e1d9d0;
--md-sys-color-surface-bright: #fff8f2;
--md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #fbf2e9;
--md-sys-color-surface-container: #f5ede4;
--md-sys-color-surface-container-high: #efe7de;
--md-sys-color-surface-container-highest: #e9e1d9
}
</style><link rel="stylesheet" href="../assets/material-style.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@tbela99/css-parser</a><div id="tsd-toolbar-links"><a href="https://tbela99.github.io/css-parser/benchmark/index.html">Benchmark</a><a href="https://tbela99.github.io/css-parser/docs/">Docs</a><a href="https://tbela99.github.io/css-parser/playground/">Playground</a><a href="https://github.com/tbela99/css-parser">GitHub</a></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/node.html">node</a></li><li><a href="" aria-current="page">EnumToken</a></li></ul><h1>Enumeration EnumToken</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>enum of all token types</p>
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L36">lib/ast/types.ts:36</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="#add" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Add</span></a>
<a href="#angle" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Angle</span></a>
<a href="#angletokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Angle<wbr/>Token<wbr/>Type</span></a>
<a href="#atrulenodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>At<wbr/>Rule<wbr/>Node<wbr/>Type</span></a>
<a href="#atruletokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>At<wbr/>Rule<wbr/>Token<wbr/>Type</span></a>
<a href="#attrendtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>End<wbr/>Token<wbr/>Type</span></a>
<a href="#attrstarttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>Start<wbr/>Token<wbr/>Type</span></a>
<a href="#attrtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>Token<wbr/>Type</span></a>
<a href="#badcdotokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Cdo<wbr/>Token<wbr/>Type</span></a>
<a href="#badcommenttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Comment<wbr/>Token<wbr/>Type</span></a>
<a href="#badstringtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>String<wbr/>Token<wbr/>Type</span></a>
<a href="#badurltokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Url<wbr/>Token<wbr/>Type</span></a>
<a href="#binaryexpressiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Binary<wbr/>Expression<wbr/>Token<wbr/>Type</span></a>
<a href="#blockendtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Block<wbr/>End<wbr/>Token<wbr/>Type</span></a>
<a href="#blockstarttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Block<wbr/>Start<wbr/>Token<wbr/>Type</span></a>
<a href="#cdocommnodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>CDOCOMM<wbr/>Node<wbr/>Type</span></a>
<a href="#cdocommtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>CDOCOMM<wbr/>Token<wbr/>Type</span></a>
<a href="#childcombinatortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Child<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a>
<a href="#classselectortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span></a>
<a href="#colontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Colon<wbr/>Token<wbr/>Type</span></a>
<a href="#color" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Color</span></a>
<a href="#colortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Color<wbr/>Token<wbr/>Type</span></a>
<a href="#columncombinatortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Column<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a>
<a href="#comma" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comma</span></a>
<a href="#commatokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comma<wbr/>Token<wbr/>Type</span></a>
<a href="#comment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment</span></a>
<a href="#commentnodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment<wbr/>Node<wbr/>Type</span></a>
<a href="#commenttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment<wbr/>Token<wbr/>Type</span></a>
<a href="#containmatchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Contain<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#dashediden" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dashed<wbr/>Iden</span></a>
<a href="#dashedidentokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dashed<wbr/>Iden<wbr/>Token<wbr/>Type</span></a>
<a href="#dashmatchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dash<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#declarationnodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Declaration<wbr/>Node<wbr/>Type</span></a>
<a href="#delimtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delim<wbr/>Token<wbr/>Type</span></a>
<a href="#descendantcombinatortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Descendant<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a>
<a href="#dimension" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dimension</span></a>
<a href="#dimensiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dimension<wbr/>Token<wbr/>Type</span></a>
<a href="#div" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Div</span></a>
<a href="#endmatchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>End<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#endparenstokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>End<wbr/>Parens<wbr/>Token<wbr/>Type</span></a>
<a href="#eof" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>EOF</span></a>
<a href="#eoftokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>EOF<wbr/>Token<wbr/>Type</span></a>
<a href="#equalmatchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Equal<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#flex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Flex</span></a>
<a href="#flextokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Flex<wbr/>Token<wbr/>Type</span></a>
<a href="#fractiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Fraction<wbr/>Token<wbr/>Type</span></a>
<a href="#frequency" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Frequency</span></a>
<a href="#frequencytokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Frequency<wbr/>Token<wbr/>Type</span></a>
<a href="#functiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Function<wbr/>Token<wbr/>Type</span></a>
<a href="#gridtemplatefunc" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Grid<wbr/>Template<wbr/>Func</span></a>
<a href="#gridtemplatefunctokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Grid<wbr/>Template<wbr/>Func<wbr/>Token<wbr/>Type</span></a>
<a href="#gtetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gte<wbr/>Token<wbr/>Type</span></a>
<a href="#gttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gt<wbr/>Token<wbr/>Type</span></a>
<a href="#hash" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Hash</span></a>
<a href="#hashtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Hash<wbr/>Token<wbr/>Type</span></a>
<a href="#iden" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden</span></a>
<a href="#idenlist" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>List</span></a>
<a href="#idenlisttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>List<wbr/>Token<wbr/>Type</span></a>
<a href="#identokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>Token<wbr/>Type</span></a>
<a href="#imagefunc" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Image<wbr/>Func</span></a>
<a href="#imagefunctiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Image<wbr/>Function<wbr/>Token<wbr/>Type</span></a>
<a href="#importanttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Important<wbr/>Token<wbr/>Type</span></a>
<a href="#includematchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Include<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#invalidatruletokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>At<wbr/>Rule<wbr/>Token<wbr/>Type</span></a>
<a href="#invalidattrtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Attr<wbr/>Token<wbr/>Type</span></a>
<a href="#invalidclassselectortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span></a>
<a href="#invaliddeclarationnodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Declaration<wbr/>Node<wbr/>Type</span></a>
<a href="#invalidruletokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Rule<wbr/>Token<wbr/>Type</span></a>
<a href="#keyframeatrulenodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Keyframe<wbr/>At<wbr/>Rule<wbr/>Node<wbr/>Type</span></a>
<a href="#keyframerulenodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Key<wbr/>Frame<wbr/>Rule<wbr/>Node<wbr/>Type</span></a>
<a href="#length" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length</span></a>
<a href="#lengthtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Token<wbr/>Type</span></a>
<a href="#listtoken" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>List<wbr/>Token</span></a>
<a href="#literal" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Literal</span></a>
<a href="#literaltokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Literal<wbr/>Token<wbr/>Type</span></a>
<a href="#ltetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Lte<wbr/>Token<wbr/>Type</span></a>
<a href="#lttokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Lt<wbr/>Token<wbr/>Type</span></a>
<a href="#matchexpressiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Match<wbr/>Expression<wbr/>Token<wbr/>Type</span></a>
<a href="#mediafeatureandtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>And<wbr/>Token<wbr/>Type</span></a>
<a href="#mediafeaturenottokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Not<wbr/>Token<wbr/>Type</span></a>
<a href="#mediafeatureonlytokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Only<wbr/>Token<wbr/>Type</span></a>
<a href="#mediafeatureortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Or<wbr/>Token<wbr/>Type</span></a>
<a href="#mediafeaturetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Token<wbr/>Type</span></a>
<a href="#mediaqueryconditiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Query<wbr/>Condition<wbr/>Token<wbr/>Type</span></a>
<a href="#mul" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Mul</span></a>
<a href="#namespaceattributetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Name<wbr/>Space<wbr/>Attribute<wbr/>Token<wbr/>Type</span></a>
<a href="#nestingselectortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Nesting<wbr/>Selector<wbr/>Token<wbr/>Type</span></a>
<a href="#nextsiblingcombinatortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Next<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a>
<a href="#number" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Number</span></a>
<a href="#numbertokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Number<wbr/>Token<wbr/>Type</span></a>
<a href="#parenstokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Parens<wbr/>Token<wbr/>Type</span></a>
<a href="#perc" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Perc</span></a>
<a href="#percentagetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Percentage<wbr/>Token<wbr/>Type</span></a>
<a href="#pseudoclassfunctokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Class<wbr/>Func<wbr/>Token<wbr/>Type</span></a>
<a href="#pseudoclasstokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Class<wbr/>Token<wbr/>Type</span></a>
<a href="#pseudoelementtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Element<wbr/>Token<wbr/>Type</span></a>
<a href="#pseudopagetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Page<wbr/>Token<wbr/>Type</span></a>
<a href="#resolution" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Resolution</span></a>
<a href="#resolutiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Resolution<wbr/>Token<wbr/>Type</span></a>
<a href="#rulenodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Rule<wbr/>Node<wbr/>Type</span></a>
<a href="#semicolontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Semi<wbr/>Colon<wbr/>Token<wbr/>Type</span></a>
<a href="#startmatchtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Start<wbr/>Match<wbr/>Token<wbr/>Type</span></a>
<a href="#startparenstokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Start<wbr/>Parens<wbr/>Token<wbr/>Type</span></a>
<a href="#string" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>String</span></a>
<a href="#stringtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>String<wbr/>Token<wbr/>Type</span></a>
<a href="#stylesheetnodetype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Style<wbr/>Sheet<wbr/>Node<wbr/>Type</span></a>
<a href="#sub" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Sub</span></a>
<a href="#subsequentsiblingcombinatortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Subsequent<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a>
<a href="#time" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Time</span></a>
<a href="#timelinefunction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timeline<wbr/>Function</span></a>
<a href="#timelinefunctiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timeline<wbr/>Function<wbr/>Token<wbr/>Type</span></a>
<a href="#timetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Time<wbr/>Token<wbr/>Type</span></a>
<a href="#timingfunction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timing<wbr/>Function</span></a>
<a href="#timingfunctiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timing<wbr/>Function<wbr/>Token<wbr/>Type</span></a>
<a href="#unaryexpressiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unary<wbr/>Expression<wbr/>Token<wbr/>Type</span></a>
<a href="#unclosedstringtokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unclosed<wbr/>String<wbr/>Token<wbr/>Type</span></a>
<a href="#universalselectortokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Universal<wbr/>Selector<wbr/>Token<wbr/>Type</span></a>
<a href="#urlfunc" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Func</span></a>
<a href="#urlfunctiontokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Function<wbr/>Token<wbr/>Type</span></a>
<a href="#urltokentokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Token<wbr/>Token<wbr/>Type</span></a>
<a href="#whitespace" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Whitespace</span></a>
<a href="#whitespacetokentype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Whitespace<wbr/>Token<wbr/>Type</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="add"><span>Add</span><a href="#add" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Add</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">60</span></div><div class="tsd-comment tsd-typography"><p>addition token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L281">lib/ast/types.ts:281</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="angle"><span>Angle</span><a href="#angle" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Angle</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">24</span></div><div class="tsd-comment tsd-typography"><p>alias for angle token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L443">lib/ast/types.ts:443</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="angletokentype"><span>Angle<wbr/>Token<wbr/>Type</span><a href="#angletokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AngleTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">24</span></div><div class="tsd-comment tsd-typography"><p>angle token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L136">lib/ast/types.ts:136</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="atrulenodetype"><span>At<wbr/>Rule<wbr/>Node<wbr/>Type</span><a href="#atrulenodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AtRuleNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">3</span></div><div class="tsd-comment tsd-typography"><p>at-rule node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L52">lib/ast/types.ts:52</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="atruletokentype"><span>At<wbr/>Rule<wbr/>Token<wbr/>Type</span><a href="#atruletokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AtRuleTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">13</span></div><div class="tsd-comment tsd-typography"><p>at-rule token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L92">lib/ast/types.ts:92</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="attrendtokentype"><span>Attr<wbr/>End<wbr/>Token<wbr/>Type</span><a href="#attrendtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AttrEndTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">32</span></div><div class="tsd-comment tsd-typography"><p>attribute end token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L168">lib/ast/types.ts:168</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="attrstarttokentype"><span>Attr<wbr/>Start<wbr/>Token<wbr/>Type</span><a href="#attrstarttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AttrStartTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">31</span></div><div class="tsd-comment tsd-typography"><p>attribute start token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L164">lib/ast/types.ts:164</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="attrtokentype"><span>Attr<wbr/>Token<wbr/>Type</span><a href="#attrtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AttrTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">51</span></div><div class="tsd-comment tsd-typography"><p>attribute token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L244">lib/ast/types.ts:244</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="badcdotokentype"><span>Bad<wbr/>Cdo<wbr/>Token<wbr/>Type</span><a href="#badcdotokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BadCdoTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">53</span></div><div class="tsd-comment tsd-typography"><p>bad cdo token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L252">lib/ast/types.ts:252</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="badcommenttokentype"><span>Bad<wbr/>Comment<wbr/>Token<wbr/>Type</span><a href="#badcommenttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BadCommentTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">52</span></div><div class="tsd-comment tsd-typography"><p>bad comment token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L248">lib/ast/types.ts:248</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="badstringtokentype"><span>Bad<wbr/>String<wbr/>Token<wbr/>Type</span><a href="#badstringtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BadStringTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">55</span></div><div class="tsd-comment tsd-typography"><p>bad string token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L260">lib/ast/types.ts:260</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="badurltokentype"><span>Bad<wbr/>Url<wbr/>Token<wbr/>Type</span><a href="#badurltokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BadUrlTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">54</span></div><div class="tsd-comment tsd-typography"><p>bad URL token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L256">lib/ast/types.ts:256</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="binaryexpressiontokentype"><span>Binary<wbr/>Expression<wbr/>Token<wbr/>Type</span><a href="#binaryexpressiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BinaryExpressionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">56</span></div><div class="tsd-comment tsd-typography"><p>binary expression token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L264">lib/ast/types.ts:264</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="blockendtokentype"><span>Block<wbr/>End<wbr/>Token<wbr/>Type</span><a href="#blockendtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BlockEndTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">30</span></div><div class="tsd-comment tsd-typography"><p>block end token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L160">lib/ast/types.ts:160</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="blockstarttokentype"><span>Block<wbr/>Start<wbr/>Token<wbr/>Type</span><a href="#blockstarttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BlockStartTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">29</span></div><div class="tsd-comment tsd-typography"><p>block start token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L156">lib/ast/types.ts:156</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="cdocommnodetype"><span>CDOCOMM<wbr/>Node<wbr/>Type</span><a href="#cdocommnodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CDOCOMMNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><div class="tsd-comment tsd-typography"><p>alias for cdata section node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L519">lib/ast/types.ts:519</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="cdocommtokentype"><span>CDOCOMM<wbr/>Token<wbr/>Type</span><a href="#cdocommtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CDOCOMMTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><div class="tsd-comment tsd-typography"><p>cdata section token</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L44">lib/ast/types.ts:44</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="childcombinatortokentype"><span>Child<wbr/>Combinator<wbr/>Token<wbr/>Type</span><a href="#childcombinatortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ChildCombinatorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">76</span></div><div class="tsd-comment tsd-typography"><p>child combinator token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L346">lib/ast/types.ts:346</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="classselectortokentype"><span>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span><a href="#classselectortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ClassSelectorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">74</span></div><div class="tsd-comment tsd-typography"><p>class selector token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L338">lib/ast/types.ts:338</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="colontokentype"><span>Colon<wbr/>Token<wbr/>Type</span><a href="#colontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ColonTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">10</span></div><div class="tsd-comment tsd-typography"><p>colon token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L80">lib/ast/types.ts:80</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="color"><span>Color</span><a href="#color" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Color</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">50</span></div><div class="tsd-comment tsd-typography"><p>alias for color token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L447">lib/ast/types.ts:447</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="colortokentype"><span>Color<wbr/>Token<wbr/>Type</span><a href="#colortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ColorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">50</span></div><div class="tsd-comment tsd-typography"><p>color token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L240">lib/ast/types.ts:240</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="columncombinatortokentype"><span>Column<wbr/>Combinator<wbr/>Token<wbr/>Type</span><a href="#columncombinatortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ColumnCombinatorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">64</span></div><div class="tsd-comment tsd-typography"><p>column combinator token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L298">lib/ast/types.ts:298</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="comma"><span>Comma</span><a href="#comma" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Comma</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">9</span></div><div class="tsd-comment tsd-typography"><p>alias for comma token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L451">lib/ast/types.ts:451</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="commatokentype"><span>Comma<wbr/>Token<wbr/>Type</span><a href="#commatokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CommaTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">9</span></div><div class="tsd-comment tsd-typography"><p>comma token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L76">lib/ast/types.ts:76</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="comment"><span>Comment</span><a href="#comment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Comment</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0</span></div><div class="tsd-comment tsd-typography"><p>alias for comment token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L475">lib/ast/types.ts:475</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="commentnodetype"><span>Comment<wbr/>Node<wbr/>Type</span><a href="#commentnodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CommentNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0</span></div><div class="tsd-comment tsd-typography"><p>alias for comment node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L515">lib/ast/types.ts:515</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="commenttokentype"><span>Comment<wbr/>Token<wbr/>Type</span><a href="#commenttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CommentTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0</span></div><div class="tsd-comment tsd-typography"><p>comment token</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L40">lib/ast/types.ts:40</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="containmatchtokentype"><span>Contain<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#containmatchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ContainMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">65</span></div><div class="tsd-comment tsd-typography"><p>contain match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L302">lib/ast/types.ts:302</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="dashediden"><span>Dashed<wbr/>Iden</span><a href="#dashediden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DashedIden</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">8</span></div><div class="tsd-comment tsd-typography"><p>alias for dashed identifier token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L503">lib/ast/types.ts:503</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="dashedidentokentype"><span>Dashed<wbr/>Iden<wbr/>Token<wbr/>Type</span><a href="#dashedidentokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DashedIdenTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">8</span></div><div class="tsd-comment tsd-typography"><p>dashed identifier token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L72">lib/ast/types.ts:72</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="dashmatchtokentype"><span>Dash<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#dashmatchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DashMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">38</span></div><div class="tsd-comment tsd-typography"><p>dash match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L192">lib/ast/types.ts:192</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="declarationnodetype"><span>Declaration<wbr/>Node<wbr/>Type</span><a href="#declarationnodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DeclarationNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">5</span></div><div class="tsd-comment tsd-typography"><p>declaration node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L60">lib/ast/types.ts:60</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="delimtokentype"><span>Delim<wbr/>Token<wbr/>Type</span><a href="#delimtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DelimTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">46</span></div><div class="tsd-comment tsd-typography"><p>delimiter token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L224">lib/ast/types.ts:224</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="descendantcombinatortokentype"><span>Descendant<wbr/>Combinator<wbr/>Token<wbr/>Type</span><a href="#descendantcombinatortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DescendantCombinatorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">77</span></div><div class="tsd-comment tsd-typography"><p>descendant combinator token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L350">lib/ast/types.ts:350</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="dimension"><span>Dimension</span><a href="#dimension" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Dimension</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">22</span></div><div class="tsd-comment tsd-typography"><p>alias for dimension token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L483">lib/ast/types.ts:483</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="dimensiontokentype"><span>Dimension<wbr/>Token<wbr/>Type</span><a href="#dimensiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DimensionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">22</span></div><div class="tsd-comment tsd-typography"><p>dimension token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L128">lib/ast/types.ts:128</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="div"><span>Div</span><a href="#div" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Div</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">62</span></div><div class="tsd-comment tsd-typography"><p>division token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L289">lib/ast/types.ts:289</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="endmatchtokentype"><span>End<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#endmatchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EndMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">67</span></div><div class="tsd-comment tsd-typography"><p>end match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L310">lib/ast/types.ts:310</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="endparenstokentype"><span>End<wbr/>Parens<wbr/>Token<wbr/>Type</span><a href="#endparenstokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EndParensTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">34</span></div><div class="tsd-comment tsd-typography"><p>end parentheses token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L176">lib/ast/types.ts:176</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="eof"><span>EOF</span><a href="#eof" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EOF</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">48</span></div><div class="tsd-comment tsd-typography"><p>alias for end of file token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L431">lib/ast/types.ts:431</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="eoftokentype"><span>EOF<wbr/>Token<wbr/>Type</span><a href="#eoftokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EOFTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">48</span></div><div class="tsd-comment tsd-typography"><p>end of file token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L232">lib/ast/types.ts:232</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="equalmatchtokentype"><span>Equal<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#equalmatchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EqualMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">39</span></div><div class="tsd-comment tsd-typography"><p>equal match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L196">lib/ast/types.ts:196</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="flex"><span>Flex</span><a href="#flex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Flex</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">58</span></div><div class="tsd-comment tsd-typography"><p>alias for flex token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L439">lib/ast/types.ts:439</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="flextokentype"><span>Flex<wbr/>Token<wbr/>Type</span><a href="#flextokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FlexTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">58</span></div><div class="tsd-comment tsd-typography"><p>flex token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L272">lib/ast/types.ts:272</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="fractiontokentype"><span>Fraction<wbr/>Token<wbr/>Type</span><a href="#fractiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FractionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">70</span></div><div class="tsd-comment tsd-typography"><p>fraction token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L322">lib/ast/types.ts:322</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="frequency"><span>Frequency</span><a href="#frequency" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Frequency</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">26</span></div><div class="tsd-comment tsd-typography"><p>alias for frequency token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L487">lib/ast/types.ts:487</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="frequencytokentype"><span>Frequency<wbr/>Token<wbr/>Type</span><a href="#frequencytokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FrequencyTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">26</span></div><div class="tsd-comment tsd-typography"><p>frequency token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L144">lib/ast/types.ts:144</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="functiontokentype"><span>Function<wbr/>Token<wbr/>Type</span><a href="#functiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FunctionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">15</span></div><div class="tsd-comment tsd-typography"><p>function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L100">lib/ast/types.ts:100</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gridtemplatefunc"><span>Grid<wbr/>Template<wbr/>Func</span><a href="#gridtemplatefunc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GridTemplateFunc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">72</span></div><div class="tsd-comment tsd-typography"><p>alias for grid template function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L507">lib/ast/types.ts:507</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gridtemplatefunctokentype"><span>Grid<wbr/>Template<wbr/>Func<wbr/>Token<wbr/>Type</span><a href="#gridtemplatefunctokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GridTemplateFuncTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">72</span></div><div class="tsd-comment tsd-typography"><p>grid template function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L330">lib/ast/types.ts:330</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gtetokentype"><span>Gte<wbr/>Token<wbr/>Type</span><a href="#gtetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GteTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">43</span></div><div class="tsd-comment tsd-typography"><p>greater than or equal to token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L212">lib/ast/types.ts:212</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gttokentype"><span>Gt<wbr/>Token<wbr/>Type</span><a href="#gttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GtTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">42</span></div><div class="tsd-comment tsd-typography"><p>greater than token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L208">lib/ast/types.ts:208</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="hash"><span>Hash</span><a href="#hash" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Hash</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">28</span></div><div class="tsd-comment tsd-typography"><p>alias for hash token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L435">lib/ast/types.ts:435</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="hashtokentype"><span>Hash<wbr/>Token<wbr/>Type</span><a href="#hashtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">HashTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">28</span></div><div class="tsd-comment tsd-typography"><p>hash token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L152">lib/ast/types.ts:152</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="iden"><span>Iden</span><a href="#iden" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Iden</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">7</span></div><div class="tsd-comment tsd-typography"><p>alias for identifier token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L427">lib/ast/types.ts:427</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="idenlist"><span>Iden<wbr/>List</span><a href="#idenlist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IdenList</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">71</span></div><div class="tsd-comment tsd-typography"><p>alias for identifier list token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L499">lib/ast/types.ts:499</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="idenlisttokentype"><span>Iden<wbr/>List<wbr/>Token<wbr/>Type</span><a href="#idenlisttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IdenListTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">71</span></div><div class="tsd-comment tsd-typography"><p>identifier list token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L326">lib/ast/types.ts:326</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="identokentype"><span>Iden<wbr/>Token<wbr/>Type</span><a href="#identokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IdenTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">7</span></div><div class="tsd-comment tsd-typography"><p>identifier token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L68">lib/ast/types.ts:68</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="imagefunc"><span>Image<wbr/>Func</span><a href="#imagefunc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ImageFunc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">19</span></div><div class="tsd-comment tsd-typography"><p>alias for image function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L511">lib/ast/types.ts:511</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="imagefunctiontokentype"><span>Image<wbr/>Function<wbr/>Token<wbr/>Type</span><a href="#imagefunctiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ImageFunctionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">19</span></div><div class="tsd-comment tsd-typography"><p>image function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L116">lib/ast/types.ts:116</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="importanttokentype"><span>Important<wbr/>Token<wbr/>Type</span><a href="#importanttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ImportantTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">49</span></div><div class="tsd-comment tsd-typography"><p>important token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L236">lib/ast/types.ts:236</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="includematchtokentype"><span>Include<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#includematchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">IncludeMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">37</span></div><div class="tsd-comment tsd-typography"><p>include match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L188">lib/ast/types.ts:188</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invalidatruletokentype"><span>Invalid<wbr/>At<wbr/>Rule<wbr/>Token<wbr/>Type</span><a href="#invalidatruletokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InvalidAtRuleTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">84</span></div><div class="tsd-comment tsd-typography"><p>invalid at rule token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L378">lib/ast/types.ts:378</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invalidattrtokentype"><span>Invalid<wbr/>Attr<wbr/>Token<wbr/>Type</span><a href="#invalidattrtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InvalidAttrTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">83</span></div><div class="tsd-comment tsd-typography"><p>invalid attribute token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L374">lib/ast/types.ts:374</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invalidclassselectortokentype"><span>Invalid<wbr/>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span><a href="#invalidclassselectortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InvalidClassSelectorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">82</span></div><div class="tsd-comment tsd-typography"><p>invalid class selector token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L370">lib/ast/types.ts:370</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invaliddeclarationnodetype"><span>Invalid<wbr/>Declaration<wbr/>Node<wbr/>Type</span><a href="#invaliddeclarationnodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InvalidDeclarationNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">94</span></div><div class="tsd-comment tsd-typography"><p>invalid declaration node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L418">lib/ast/types.ts:418</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="invalidruletokentype"><span>Invalid<wbr/>Rule<wbr/>Token<wbr/>Type</span><a href="#invalidruletokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InvalidRuleTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">81</span></div><div class="tsd-comment tsd-typography"><p>invalid rule token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L366">lib/ast/types.ts:366</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="keyframeatrulenodetype"><span>Keyframe<wbr/>At<wbr/>Rule<wbr/>Node<wbr/>Type</span><a href="#keyframeatrulenodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">KeyframeAtRuleNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">93</span></div><div class="tsd-comment tsd-typography"><p>keyframe at rule node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L414">lib/ast/types.ts:414</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="keyframerulenodetype"><span>Key<wbr/>Frame<wbr/>Rule<wbr/>Node<wbr/>Type</span><a href="#keyframerulenodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">KeyFrameRuleNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">73</span></div><div class="tsd-comment tsd-typography"><p>keyframe rule node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L334">lib/ast/types.ts:334</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="length"><span>Length</span><a href="#length" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">23</span></div><div class="tsd-comment tsd-typography"><p>alias for length token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L459">lib/ast/types.ts:459</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="lengthtokentype"><span>Length<wbr/>Token<wbr/>Type</span><a href="#lengthtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LengthTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">23</span></div><div class="tsd-comment tsd-typography"><p>length token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L132">lib/ast/types.ts:132</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="listtoken"><span>List<wbr/>Token</span><a href="#listtoken" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ListToken</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">59</span></div><div class="tsd-comment tsd-typography"><p>token list token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L276">lib/ast/types.ts:276</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="literal"><span>Literal</span><a href="#literal" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Literal</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">6</span></div><div class="tsd-comment tsd-typography"><p>alias for literal token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L471">lib/ast/types.ts:471</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="literaltokentype"><span>Literal<wbr/>Token<wbr/>Type</span><a href="#literaltokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LiteralTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">6</span></div><div class="tsd-comment tsd-typography"><p>literal token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L64">lib/ast/types.ts:64</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="ltetokentype"><span>Lte<wbr/>Token<wbr/>Type</span><a href="#ltetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LteTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">41</span></div><div class="tsd-comment tsd-typography"><p>less than or equal to token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L204">lib/ast/types.ts:204</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="lttokentype"><span>Lt<wbr/>Token<wbr/>Type</span><a href="#lttokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LtTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">40</span></div><div class="tsd-comment tsd-typography"><p>less than token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L200">lib/ast/types.ts:200</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="matchexpressiontokentype"><span>Match<wbr/>Expression<wbr/>Token<wbr/>Type</span><a href="#matchexpressiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MatchExpressionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">68</span></div><div class="tsd-comment tsd-typography"><p>match expression token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L314">lib/ast/types.ts:314</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediafeatureandtokentype"><span>Media<wbr/>Feature<wbr/>And<wbr/>Token<wbr/>Type</span><a href="#mediafeatureandtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaFeatureAndTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">89</span></div><div class="tsd-comment tsd-typography"><p>media feature and token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L398">lib/ast/types.ts:398</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediafeaturenottokentype"><span>Media<wbr/>Feature<wbr/>Not<wbr/>Token<wbr/>Type</span><a href="#mediafeaturenottokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaFeatureNotTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">88</span></div><div class="tsd-comment tsd-typography"><p>media feature not token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L394">lib/ast/types.ts:394</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediafeatureonlytokentype"><span>Media<wbr/>Feature<wbr/>Only<wbr/>Token<wbr/>Type</span><a href="#mediafeatureonlytokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaFeatureOnlyTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">87</span></div><div class="tsd-comment tsd-typography"><p>media feature only token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L390">lib/ast/types.ts:390</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediafeatureortokentype"><span>Media<wbr/>Feature<wbr/>Or<wbr/>Token<wbr/>Type</span><a href="#mediafeatureortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaFeatureOrTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">90</span></div><div class="tsd-comment tsd-typography"><p>media feature or token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L402">lib/ast/types.ts:402</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediafeaturetokentype"><span>Media<wbr/>Feature<wbr/>Token<wbr/>Type</span><a href="#mediafeaturetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaFeatureTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">86</span></div><div class="tsd-comment tsd-typography"><p>media feature token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L386">lib/ast/types.ts:386</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mediaqueryconditiontokentype"><span>Media<wbr/>Query<wbr/>Condition<wbr/>Token<wbr/>Type</span><a href="#mediaqueryconditiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MediaQueryConditionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">85</span></div><div class="tsd-comment tsd-typography"><p>media query condition token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L382">lib/ast/types.ts:382</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mul"><span>Mul</span><a href="#mul" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Mul</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">61</span></div><div class="tsd-comment tsd-typography"><p>multiplication token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L285">lib/ast/types.ts:285</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="namespaceattributetokentype"><span>Name<wbr/>Space<wbr/>Attribute<wbr/>Token<wbr/>Type</span><a href="#namespaceattributetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NameSpaceAttributeTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">69</span></div><div class="tsd-comment tsd-typography"><p>namespace attribute token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L318">lib/ast/types.ts:318</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="nestingselectortokentype"><span>Nesting<wbr/>Selector<wbr/>Token<wbr/>Type</span><a href="#nestingselectortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NestingSelectorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">80</span></div><div class="tsd-comment tsd-typography"><p>nesting selector token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L362">lib/ast/types.ts:362</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="nextsiblingcombinatortokentype"><span>Next<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span><a href="#nextsiblingcombinatortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NextSiblingCombinatorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">78</span></div><div class="tsd-comment tsd-typography"><p>next sibling combinator token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L354">lib/ast/types.ts:354</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="number"><span>Number</span><a href="#number" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Number</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">12</span></div><div class="tsd-comment tsd-typography"><p>alias for number token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L463">lib/ast/types.ts:463</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="numbertokentype"><span>Number<wbr/>Token<wbr/>Type</span><a href="#numbertokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NumberTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">12</span></div><div class="tsd-comment tsd-typography"><p>number token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L88">lib/ast/types.ts:88</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="parenstokentype"><span>Parens<wbr/>Token<wbr/>Type</span><a href="#parenstokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ParensTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">35</span></div><div class="tsd-comment tsd-typography"><p>parentheses token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L180">lib/ast/types.ts:180</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="perc"><span>Perc</span><a href="#perc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Perc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">14</span></div><div class="tsd-comment tsd-typography"><p>alias for percentage token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L467">lib/ast/types.ts:467</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="percentagetokentype"><span>Percentage<wbr/>Token<wbr/>Type</span><a href="#percentagetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PercentageTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">14</span></div><div class="tsd-comment tsd-typography"><p>percentage token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L96">lib/ast/types.ts:96</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="pseudoclassfunctokentype"><span>Pseudo<wbr/>Class<wbr/>Func<wbr/>Token<wbr/>Type</span><a href="#pseudoclassfunctokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PseudoClassFuncTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">45</span></div><div class="tsd-comment tsd-typography"><p>pseudo-class function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L220">lib/ast/types.ts:220</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="pseudoclasstokentype"><span>Pseudo<wbr/>Class<wbr/>Token<wbr/>Type</span><a href="#pseudoclasstokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PseudoClassTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">44</span></div><div class="tsd-comment tsd-typography"><p>pseudo-class token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L216">lib/ast/types.ts:216</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="pseudoelementtokentype"><span>Pseudo<wbr/>Element<wbr/>Token<wbr/>Type</span><a href="#pseudoelementtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PseudoElementTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">92</span></div><div class="tsd-comment tsd-typography"><p>pseudo element token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L410">lib/ast/types.ts:410</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="pseudopagetokentype"><span>Pseudo<wbr/>Page<wbr/>Token<wbr/>Type</span><a href="#pseudopagetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PseudoPageTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">91</span></div><div class="tsd-comment tsd-typography"><p>pseudo page token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L406">lib/ast/types.ts:406</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="resolution"><span>Resolution</span><a href="#resolution" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Resolution</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">27</span></div><div class="tsd-comment tsd-typography"><p>alias for resolution token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L491">lib/ast/types.ts:491</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="resolutiontokentype"><span>Resolution<wbr/>Token<wbr/>Type</span><a href="#resolutiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ResolutionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">27</span></div><div class="tsd-comment tsd-typography"><p>resolution token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L148">lib/ast/types.ts:148</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="rulenodetype"><span>Rule<wbr/>Node<wbr/>Type</span><a href="#rulenodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">RuleNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">4</span></div><div class="tsd-comment tsd-typography"><p>rule node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L56">lib/ast/types.ts:56</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="semicolontokentype"><span>Semi<wbr/>Colon<wbr/>Token<wbr/>Type</span><a href="#semicolontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SemiColonTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">11</span></div><div class="tsd-comment tsd-typography"><p>semicolon token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L84">lib/ast/types.ts:84</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="startmatchtokentype"><span>Start<wbr/>Match<wbr/>Token<wbr/>Type</span><a href="#startmatchtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">StartMatchTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">66</span></div><div class="tsd-comment tsd-typography"><p>start match token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L306">lib/ast/types.ts:306</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="startparenstokentype"><span>Start<wbr/>Parens<wbr/>Token<wbr/>Type</span><a href="#startparenstokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">StartParensTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">33</span></div><div class="tsd-comment tsd-typography"><p>start parentheses token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L172">lib/ast/types.ts:172</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="string"><span>String</span><a href="#string" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">String</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">20</span></div><div class="tsd-comment tsd-typography"><p>alias for string token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L455">lib/ast/types.ts:455</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="stringtokentype"><span>String<wbr/>Token<wbr/>Type</span><a href="#stringtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">StringTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">20</span></div><div class="tsd-comment tsd-typography"><p>string token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L120">lib/ast/types.ts:120</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="stylesheetnodetype"><span>Style<wbr/>Sheet<wbr/>Node<wbr/>Type</span><a href="#stylesheetnodetype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">StyleSheetNodeType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">2</span></div><div class="tsd-comment tsd-typography"><p>style sheet node type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L48">lib/ast/types.ts:48</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="sub"><span>Sub</span><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Sub</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">63</span></div><div class="tsd-comment tsd-typography"><p>subtraction token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L293">lib/ast/types.ts:293</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="subsequentsiblingcombinatortokentype"><span>Subsequent<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span><a href="#subsequentsiblingcombinatortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SubsequentSiblingCombinatorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">79</span></div><div class="tsd-comment tsd-typography"><p>subsequent sibling combinator token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L358">lib/ast/types.ts:358</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="time"><span>Time</span><a href="#time" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Time</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">25</span></div><div class="tsd-comment tsd-typography"><p>alias for time token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L423">lib/ast/types.ts:423</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="timelinefunction"><span>Timeline<wbr/>Function</span><a href="#timelinefunction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TimelineFunction</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">16</span></div><div class="tsd-comment tsd-typography"><p>alias for timeline function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L527">lib/ast/types.ts:527</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="timelinefunctiontokentype"><span>Timeline<wbr/>Function<wbr/>Token<wbr/>Type</span><a href="#timelinefunctiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TimelineFunctionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">16</span></div><div class="tsd-comment tsd-typography"><p>timeline function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L104">lib/ast/types.ts:104</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="timetokentype"><span>Time<wbr/>Token<wbr/>Type</span><a href="#timetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TimeTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">25</span></div><div class="tsd-comment tsd-typography"><p>time token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L140">lib/ast/types.ts:140</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="timingfunction"><span>Timing<wbr/>Function</span><a href="#timingfunction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TimingFunction</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">17</span></div><div class="tsd-comment tsd-typography"><p>alias for timing function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L523">lib/ast/types.ts:523</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="timingfunctiontokentype"><span>Timing<wbr/>Function<wbr/>Token<wbr/>Type</span><a href="#timingfunctiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TimingFunctionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">17</span></div><div class="tsd-comment tsd-typography"><p>timing function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L108">lib/ast/types.ts:108</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="unaryexpressiontokentype"><span>Unary<wbr/>Expression<wbr/>Token<wbr/>Type</span><a href="#unaryexpressiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UnaryExpressionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">57</span></div><div class="tsd-comment tsd-typography"><p>unary expression token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L268">lib/ast/types.ts:268</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="unclosedstringtokentype"><span>Unclosed<wbr/>String<wbr/>Token<wbr/>Type</span><a href="#unclosedstringtokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UnclosedStringTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">21</span></div><div class="tsd-comment tsd-typography"><p>unclosed string token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L124">lib/ast/types.ts:124</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="universalselectortokentype"><span>Universal<wbr/>Selector<wbr/>Token<wbr/>Type</span><a href="#universalselectortokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UniversalSelectorTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">75</span></div><div class="tsd-comment tsd-typography"><p>universal selector token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L342">lib/ast/types.ts:342</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="urlfunc"><span>Url<wbr/>Func</span><a href="#urlfunc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UrlFunc</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">18</span></div><div class="tsd-comment tsd-typography"><p>alias for url function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L479">lib/ast/types.ts:479</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="urlfunctiontokentype"><span>Url<wbr/>Function<wbr/>Token<wbr/>Type</span><a href="#urlfunctiontokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UrlFunctionTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">18</span></div><div class="tsd-comment tsd-typography"><p>url function token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L112">lib/ast/types.ts:112</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="urltokentokentype"><span>Url<wbr/>Token<wbr/>Token<wbr/>Type</span><a href="#urltokentokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UrlTokenTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">47</span></div><div class="tsd-comment tsd-typography"><p>URL token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L228">lib/ast/types.ts:228</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="whitespace"><span>Whitespace</span><a href="#whitespace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Whitespace</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">36</span></div><div class="tsd-comment tsd-typography"><p>alias for whitespace token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L495">lib/ast/types.ts:495</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="whitespacetokentype"><span>Whitespace<wbr/>Token<wbr/>Type</span><a href="#whitespacetokentype" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">WhitespaceTokenType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">36</span></div><div class="tsd-comment tsd-typography"><p>whitespace token type</p>
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tbela99/css-parser/blob/8df9f0a2c180860be85e98da773778dae2c24ff9/src/lib/ast/types.ts#L184">lib/ast/types.ts:184</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#add"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Add</span></a><a href="#angle"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Angle</span></a><a href="#angletokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Angle<wbr/>Token<wbr/>Type</span></a><a href="#atrulenodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>At<wbr/>Rule<wbr/>Node<wbr/>Type</span></a><a href="#atruletokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>At<wbr/>Rule<wbr/>Token<wbr/>Type</span></a><a href="#attrendtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>End<wbr/>Token<wbr/>Type</span></a><a href="#attrstarttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>Start<wbr/>Token<wbr/>Type</span></a><a href="#attrtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Attr<wbr/>Token<wbr/>Type</span></a><a href="#badcdotokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Cdo<wbr/>Token<wbr/>Type</span></a><a href="#badcommenttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Comment<wbr/>Token<wbr/>Type</span></a><a href="#badstringtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>String<wbr/>Token<wbr/>Type</span></a><a href="#badurltokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Url<wbr/>Token<wbr/>Type</span></a><a href="#binaryexpressiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Binary<wbr/>Expression<wbr/>Token<wbr/>Type</span></a><a href="#blockendtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Block<wbr/>End<wbr/>Token<wbr/>Type</span></a><a href="#blockstarttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Block<wbr/>Start<wbr/>Token<wbr/>Type</span></a><a href="#cdocommnodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>CDOCOMM<wbr/>Node<wbr/>Type</span></a><a href="#cdocommtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>CDOCOMM<wbr/>Token<wbr/>Type</span></a><a href="#childcombinatortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Child<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a><a href="#classselectortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span></a><a href="#colontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Colon<wbr/>Token<wbr/>Type</span></a><a href="#color"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Color</span></a><a href="#colortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Color<wbr/>Token<wbr/>Type</span></a><a href="#columncombinatortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Column<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a><a href="#comma"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comma</span></a><a href="#commatokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comma<wbr/>Token<wbr/>Type</span></a><a href="#comment"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment</span></a><a href="#commentnodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment<wbr/>Node<wbr/>Type</span></a><a href="#commenttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Comment<wbr/>Token<wbr/>Type</span></a><a href="#containmatchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Contain<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#dashediden"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dashed<wbr/>Iden</span></a><a href="#dashedidentokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dashed<wbr/>Iden<wbr/>Token<wbr/>Type</span></a><a href="#dashmatchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dash<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#declarationnodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Declaration<wbr/>Node<wbr/>Type</span></a><a href="#delimtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Delim<wbr/>Token<wbr/>Type</span></a><a href="#descendantcombinatortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Descendant<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a><a href="#dimension"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dimension</span></a><a href="#dimensiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Dimension<wbr/>Token<wbr/>Type</span></a><a href="#div"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Div</span></a><a href="#endmatchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>End<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#endparenstokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>End<wbr/>Parens<wbr/>Token<wbr/>Type</span></a><a href="#eof"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>EOF</span></a><a href="#eoftokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>EOF<wbr/>Token<wbr/>Type</span></a><a href="#equalmatchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Equal<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#flex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Flex</span></a><a href="#flextokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Flex<wbr/>Token<wbr/>Type</span></a><a href="#fractiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Fraction<wbr/>Token<wbr/>Type</span></a><a href="#frequency"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Frequency</span></a><a href="#frequencytokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Frequency<wbr/>Token<wbr/>Type</span></a><a href="#functiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Function<wbr/>Token<wbr/>Type</span></a><a href="#gridtemplatefunc"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Grid<wbr/>Template<wbr/>Func</span></a><a href="#gridtemplatefunctokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Grid<wbr/>Template<wbr/>Func<wbr/>Token<wbr/>Type</span></a><a href="#gtetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gte<wbr/>Token<wbr/>Type</span></a><a href="#gttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gt<wbr/>Token<wbr/>Type</span></a><a href="#hash"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Hash</span></a><a href="#hashtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Hash<wbr/>Token<wbr/>Type</span></a><a href="#iden"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden</span></a><a href="#idenlist"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>List</span></a><a href="#idenlisttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>List<wbr/>Token<wbr/>Type</span></a><a href="#identokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Iden<wbr/>Token<wbr/>Type</span></a><a href="#imagefunc"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Image<wbr/>Func</span></a><a href="#imagefunctiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Image<wbr/>Function<wbr/>Token<wbr/>Type</span></a><a href="#importanttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Important<wbr/>Token<wbr/>Type</span></a><a href="#includematchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Include<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#invalidatruletokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>At<wbr/>Rule<wbr/>Token<wbr/>Type</span></a><a href="#invalidattrtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Attr<wbr/>Token<wbr/>Type</span></a><a href="#invalidclassselectortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Class<wbr/>Selector<wbr/>Token<wbr/>Type</span></a><a href="#invaliddeclarationnodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Declaration<wbr/>Node<wbr/>Type</span></a><a href="#invalidruletokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Invalid<wbr/>Rule<wbr/>Token<wbr/>Type</span></a><a href="#keyframeatrulenodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Keyframe<wbr/>At<wbr/>Rule<wbr/>Node<wbr/>Type</span></a><a href="#keyframerulenodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Key<wbr/>Frame<wbr/>Rule<wbr/>Node<wbr/>Type</span></a><a href="#length"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length</span></a><a href="#lengthtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Token<wbr/>Type</span></a><a href="#listtoken"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>List<wbr/>Token</span></a><a href="#literal"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Literal</span></a><a href="#literaltokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Literal<wbr/>Token<wbr/>Type</span></a><a href="#ltetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Lte<wbr/>Token<wbr/>Type</span></a><a href="#lttokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Lt<wbr/>Token<wbr/>Type</span></a><a href="#matchexpressiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Match<wbr/>Expression<wbr/>Token<wbr/>Type</span></a><a href="#mediafeatureandtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>And<wbr/>Token<wbr/>Type</span></a><a href="#mediafeaturenottokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Not<wbr/>Token<wbr/>Type</span></a><a href="#mediafeatureonlytokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Only<wbr/>Token<wbr/>Type</span></a><a href="#mediafeatureortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Or<wbr/>Token<wbr/>Type</span></a><a href="#mediafeaturetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Feature<wbr/>Token<wbr/>Type</span></a><a href="#mediaqueryconditiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Media<wbr/>Query<wbr/>Condition<wbr/>Token<wbr/>Type</span></a><a href="#mul"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Mul</span></a><a href="#namespaceattributetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Name<wbr/>Space<wbr/>Attribute<wbr/>Token<wbr/>Type</span></a><a href="#nestingselectortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Nesting<wbr/>Selector<wbr/>Token<wbr/>Type</span></a><a href="#nextsiblingcombinatortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Next<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a><a href="#number"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Number</span></a><a href="#numbertokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Number<wbr/>Token<wbr/>Type</span></a><a href="#parenstokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Parens<wbr/>Token<wbr/>Type</span></a><a href="#perc"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Perc</span></a><a href="#percentagetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Percentage<wbr/>Token<wbr/>Type</span></a><a href="#pseudoclassfunctokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Class<wbr/>Func<wbr/>Token<wbr/>Type</span></a><a href="#pseudoclasstokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Class<wbr/>Token<wbr/>Type</span></a><a href="#pseudoelementtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Element<wbr/>Token<wbr/>Type</span></a><a href="#pseudopagetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Pseudo<wbr/>Page<wbr/>Token<wbr/>Type</span></a><a href="#resolution"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Resolution</span></a><a href="#resolutiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Resolution<wbr/>Token<wbr/>Type</span></a><a href="#rulenodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Rule<wbr/>Node<wbr/>Type</span></a><a href="#semicolontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Semi<wbr/>Colon<wbr/>Token<wbr/>Type</span></a><a href="#startmatchtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Start<wbr/>Match<wbr/>Token<wbr/>Type</span></a><a href="#startparenstokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Start<wbr/>Parens<wbr/>Token<wbr/>Type</span></a><a href="#string"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>String</span></a><a href="#stringtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>String<wbr/>Token<wbr/>Type</span></a><a href="#stylesheetnodetype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Style<wbr/>Sheet<wbr/>Node<wbr/>Type</span></a><a href="#sub"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Sub</span></a><a href="#subsequentsiblingcombinatortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Subsequent<wbr/>Sibling<wbr/>Combinator<wbr/>Token<wbr/>Type</span></a><a href="#time"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Time</span></a><a href="#timelinefunction"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timeline<wbr/>Function</span></a><a href="#timelinefunctiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timeline<wbr/>Function<wbr/>Token<wbr/>Type</span></a><a href="#timetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Time<wbr/>Token<wbr/>Type</span></a><a href="#timingfunction"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timing<wbr/>Function</span></a><a href="#timingfunctiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Timing<wbr/>Function<wbr/>Token<wbr/>Type</span></a><a href="#unaryexpressiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unary<wbr/>Expression<wbr/>Token<wbr/>Type</span></a><a href="#unclosedstringtokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unclosed<wbr/>String<wbr/>Token<wbr/>Type</span></a><a href="#universalselectortokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Universal<wbr/>Selector<wbr/>Token<wbr/>Type</span></a><a href="#urlfunc"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Func</span></a><a href="#urlfunctiontokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Function<wbr/>Token<wbr/>Type</span></a><a href="#urltokentokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Url<wbr/>Token<wbr/>Token<wbr/>Type</span></a><a href="#whitespace"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Whitespace</span></a><a href="#whitespacetokentype"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Enumeration Member"><use href="../assets/icons.svg#icon-16"></use></svg><span>Whitespace<wbr/>Token<wbr/>Type</span></a></div></details></div></details></div><div class="site-menu"><nav id="tsd-sidebar-links" class="tsd-navigation"><a href="https://tbela99.github.io/css-parser/benchmark/index.html" class="tsd-nav-link">Benchmark</a><a href="https://tbela99.github.io/css-parser/docs/" class="tsd-nav-link">Docs</a><a href="https://tbela99.github.io/css-parser/playground/" class="tsd-nav-link">Playground</a><a href="https://github.com/tbela99/css-parser" class="tsd-nav-link">GitHub</a></nav><nav class="tsd-navigation"><a href="../modules.html">@tbela99/css-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div><script>
try {
const generateLinkElement = document.querySelector(".tsd-generator a");
const link = document.createElement("a");
Object.assign(link, {
href: "https://github.com/dmnsgn/typedoc-material-theme",
target: "_blank",
rel: "noreferrer",
innerText: "typedoc-material-theme."
});
generateLinkElement.insertAdjacentElement("afterend", link);
generateLinkElement.insertAdjacentText("afterend", " with ");
} catch (error) {
}
</script></body></html>