Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 24, 2023
1 parent b020f08 commit 14418b8
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 @@ -10,15 +10,15 @@ CSS parser for node and the browser
$ npm install @tbela99/css-parser
```

## Features

- fault tolerant parser, will try to fix invalid tokens according to the CSS syntax module 3 recommendations.
- efficient minification, see [benchmark](https://tbela99.github.io/css-parser/benchmark/index.html)
- automatically generate nested css rules
- compute css shorthands. see the list below
- expand nested css
- works the same way in node and web browser

### Features

## Transform

Parse and render css in a single pass.
Expand Down

0 comments on commit 14418b8

Please sign in to comment.