mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move some unit type definitions to style_traits.
This commit is contained in:
parent
42e90f7db9
commit
cbfe77cee1
16 changed files with 42 additions and 45 deletions
|
@ -10,7 +10,7 @@ use app_units::Au;
|
|||
use cssparser::{Delimiter, Parser, Token};
|
||||
use euclid::size::{Size2D, TypedSize2D};
|
||||
use properties::longhands;
|
||||
use util::geometry::ViewportPx;
|
||||
use style_traits::ViewportPx;
|
||||
use values::specified;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue