We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 105f5b2 + 9fcd4bd commit 6666620Copy full SHA for 6666620
README.md
@@ -39,7 +39,7 @@ Parsing CSS involves a series of steps:
39
* Component values can then be parsed into generic rules or declarations.
40
The header and body of rules as well as the value of declarations
41
are still just lists of component values at this point.
42
- See [the `ast` module](src/ast.rs) for the data structures.
+ See [the `Token` enum](src/tokenizer.rs) for the data structure.
43
44
* The last step of a full CSS parser is
45
parsing the remaining component values
0 commit comments