mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Sort use
statements
This commit is contained in:
parent
45f7199eee
commit
76e59a46d3
162 changed files with 444 additions and 431 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
use app_units::Au;
|
||||
use crate::display_list::border;
|
||||
use euclid::{Point2D, Rect, SideOffsets2D, Size2D};
|
||||
use crate::model::MaybeAuto;
|
||||
use euclid::{Point2D, Rect, SideOffsets2D, Size2D};
|
||||
use style::computed_values::background_attachment::single_value::T as BackgroundAttachment;
|
||||
use style::computed_values::background_clip::single_value::T as BackgroundClip;
|
||||
use style::computed_values::background_origin::single_value::T as BackgroundOrigin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue