Skip to content

Commit 03ea76b

Browse files
authored
css-tokenizer : more documentation (#1230)
1 parent 6b6b166 commit 03ea76b

File tree

82 files changed

+2404
-804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2404
-804
lines changed

packages/css-calc/docs/css-calc.api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
{
381381
"kind": "Reference",
382382
"text": "TokenDimension",
383-
"canonicalReference": "@csstools/css-tokenizer!TokenDimension:type"
383+
"canonicalReference": "@csstools/css-tokenizer!TokenDimension:interface"
384384
},
385385
{
386386
"kind": "Content",
@@ -389,7 +389,7 @@
389389
{
390390
"kind": "Reference",
391391
"text": "TokenNumber",
392-
"canonicalReference": "@csstools/css-tokenizer!TokenNumber:type"
392+
"canonicalReference": "@csstools/css-tokenizer!TokenNumber:interface"
393393
},
394394
{
395395
"kind": "Content",
@@ -398,7 +398,7 @@
398398
{
399399
"kind": "Reference",
400400
"text": "TokenPercentage",
401-
"canonicalReference": "@csstools/css-tokenizer!TokenPercentage:type"
401+
"canonicalReference": "@csstools/css-tokenizer!TokenPercentage:interface"
402402
},
403403
{
404404
"kind": "Content",

packages/css-parser-algorithms/docs/css-parser-algorithms.api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
{
12171217
"kind": "Reference",
12181218
"text": "TokenFunction",
1219-
"canonicalReference": "@csstools/css-tokenizer!TokenFunction:type"
1219+
"canonicalReference": "@csstools/css-tokenizer!TokenFunction:interface"
12201220
},
12211221
{
12221222
"kind": "Content",
@@ -1452,7 +1452,7 @@
14521452
{
14531453
"kind": "Reference",
14541454
"text": "TokenFunction",
1455-
"canonicalReference": "@csstools/css-tokenizer!TokenFunction:type"
1455+
"canonicalReference": "@csstools/css-tokenizer!TokenFunction:interface"
14561456
},
14571457
{
14581458
"kind": "Content",

packages/css-tokenizer/dist/index.cjs

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)