mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use the new style system
Credits to: Deokjin Kim Ilyong Cho Jaeman Park Junyoung Cho Ryan Choi Sangeun Kim Yongjin Kim Youngmin Yoo Youngsoo Son
This commit is contained in:
parent
f3f6e62f7f
commit
b2431912d3
28 changed files with 353 additions and 494 deletions
|
@ -13,7 +13,7 @@ use geom::rect::Rect;
|
|||
use geom::size::Size2D;
|
||||
use geom::point::Point2D;
|
||||
use servo_util::geometry::Au;
|
||||
use newcss::stylesheet::Stylesheet;
|
||||
use style::Stylesheet;
|
||||
use extra::url::Url;
|
||||
|
||||
/// Asynchronous messages that script can send to layout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue