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.
1 parent db68666 commit 0978ae5Copy full SHA for 0978ae5
README.md
@@ -49,7 +49,7 @@ Parsing CSS involves a series of steps:
49
It does however provide some helper functions to parse [CSS colors](color.rs)
50
and [An+B](nth.rs) (the argument to `:nth-child()` and related selectors.
51
52
- See [Servo’s `style` module](https://github.com/mozilla/servo/tree/master/src/components/script/style)
+ See [Servo’s `style` crate](https://github.com/mozilla/servo/tree/master/src/components/style)
53
for an example of a parser based on rust-cssparser.
54
55
0 commit comments