diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-10-23 18:42:30 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-10-23 18:42:30 -0600 |
commit | d1a1ac7e28d682c9e591d7fbd9f4414a12e827c5 (patch) | |
tree | 2cbc378406901d2fea1e58bd6ab3cb7dabed2b07 /components | |
parent | 39d5f09350e3ec251b9f16cb55a12febeeeda4f8 (diff) | |
parent | 6b88fc4c542aa598a221cf5cfa83d925676f132a (diff) | |
download | servo-d1a1ac7e28d682c9e591d7fbd9f4414a12e827c5.tar.gz servo-d1a1ac7e28d682c9e591d7fbd9f4414a12e827c5.zip |
auto merge of #3792 : samlh/servo/patch-1, r=jdm
Small drive-by update to the style crate readme.
Diffstat (limited to 'components')
-rw-r--r-- | components/style/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/style/README.md b/components/style/README.md index 6a77ba5611c..e2a1a1664e8 100644 --- a/components/style/README.md +++ b/components/style/README.md @@ -1,6 +1,4 @@ servo-style =========== -Prototype replacement style system for Servo, -based on [rust-cssparser](https://github.com/mozilla-servo/rust-cssparser) -instead of [NetSurf’s libcss](https://github.com/mozilla-servo/libcss). +Style system for Servo, using [rust-cssparser](https://github.com/mozilla-servo/rust-cssparser) for parsing. |