Skip to content

Commit

Permalink
Fix typo in code example of css-parser-algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 26, 2024
1 parent b5692dc commit 708a429
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ If your context allows a list of component values, use [parseListOfComponentValu
import { tokenize } from '@csstools/css-tokenizer';
import { parseListOfComponentValues } from '@csstools/css-parser-algorithms';

parseComponentValue(tokenize({ css: `10x 20px` }));
parseListOfComponentValues(tokenize({ css: `10x 20px` }));
```
If your context allows a comma-separated list of component values, use [parseCommaSeparatedListOfComponentValues()](./css-parser-algorithms.parsecommaseparatedlistofcomponentvalues.md)<!-- -->:

Expand Down

0 comments on commit 708a429

Please sign in to comment.