Skip to content

Commit

Permalink
add benchmark link
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 authored Aug 5, 2023
1 parent 0d214fa commit 81823b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ npm install @tbela99/css-parser
### Features

- [x] fault tolerant parser, will try to fix invalid tokens according to the CSS syntax module 3 recommendations.
- [x] efficient minification, see benchmark
- [x] efficient minification, see [benchmark](https://tbela99.github.io/css-parser/benchmark/index.html)
- [x] replace @import at-rules with actual css content of the imported rule
- [x] automatically create nested css rules
- [x] works the same way in node and web browser
Expand Down Expand Up @@ -188,4 +188,4 @@ Single JavaScript file
### AtRuleStyleSheet

- typ: string 'Stylesheet'
- chi: array of children
- chi: array of children

0 comments on commit 81823b2

Please sign in to comment.