Skip to content

Commit 2c95a51

Browse files
committed
Add lexer can check at-rules syntax
1 parent 511bed5 commit 2c95a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CSSTree is a tool set for CSS: [fast](https://github.com/postcss/benchmark) deta
2626

2727
- **Syntax validation**
2828

29-
The built-in lexer can test CSS against syntaxes defined by W3C. CSSTree uses [mdn/data](https://github.com/mdn/data/) as a basis for lexer's dictionaries and extends it with vendor specific and legacy syntaxes. Lexer can only check the declaration values currently, but this feature will be extended to other parts of the CSS in the future.
29+
The built-in lexer can test CSS against syntaxes defined by W3C. CSSTree uses [mdn/data](https://github.com/mdn/data/) as a basis for lexer's dictionaries and extends it with vendor specific and legacy syntaxes. Lexer can only check the declaration values and at-rules currently, but this feature will be extended to other parts of the CSS in the future.
3030

3131
## Projects using CSSTree
3232

0 commit comments

Comments
 (0)