From 6b88fc4c542aa598a221cf5cfa83d925676f132a Mon Sep 17 00:00:00 2001 From: Samuel Harrington Date: Thu, 23 Oct 2014 16:23:54 -0500 Subject: [PATCH] Update style/README.md - libcss is gone now --- components/style/README.md | 4 +--- 1 file changed, 1 insertion(+), 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.