Skip to content

Commit e7ba334

Browse files
committed
more readme clarifications
1 parent f72008f commit e7ba334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This parser was heavily influenced by [CSSTree](https://github.com/csstree/csstr
1313

1414
- **Modern CSS support** - CSS Nesting, `:is()`, `:where()`, `:has()`, `@layer`, `@container`
1515
- **Error recovery** - Continues parsing on malformed CSS
16-
- **Comment preservation** - Comments stored as first-class AST nodes
1716
- **Location tracking** - Line, column, offset, and length for all nodes
17+
- **Performance** - Low memory usage and excellent parsing speed
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)