Skip to content

Commit

Permalink
Add url
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Oct 19, 2023
1 parent 4f7e9c1 commit d7f4ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css-tokenizer/benchmark/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const tokenizers: Tokenizer[] = [
},
},
{
// https://github.com/keithamus/csslex
name: 'csslex',
tokenize: (css: string) => {
return Array.from(cssLex.lex(css)).length;
Expand Down

0 comments on commit d7f4ca6

Please sign in to comment.