File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rust-cssparser
3
3
4
4
[ ![ Build Status] ( https://github.com/servo/rust-cssparser/actions/workflows/main.yml/badge.svg )] ( https://github.com/servo/rust-cssparser/actions )
5
5
6
- [ Documentation] ( https://docs.rs/cssparser/ )
6
+ [ Documentation] ( https://docs.rs/cssparser )
7
7
8
8
Rust implementation of
9
9
[ CSS Syntax Module Level 3] ( https://drafts.csswg.org/css-syntax/ )
@@ -53,5 +53,5 @@ Parsing CSS involves a series of steps:
53
53
It does however provide some helper functions to parse [ CSS colors] ( src/color.rs )
54
54
and [ An+B] ( src/nth.rs ) (the argument to ` :nth-child() ` and related selectors.
55
55
56
- See [ Servo’s ` style ` crate] ( https://github.com/servo/servo /tree/master/components /style )
56
+ See [ Servo’s ` style ` crate] ( https://github.com/servo/stylo /tree/main /style )
57
57
for an example of a parser based on rust-cssparser.
You can’t perform that action at this time.
0 commit comments