mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
style: Respect calc for percentages.
This commit is contained in:
parent
465e6f14fe
commit
310be02ba8
28 changed files with 308 additions and 176 deletions
|
@ -14,8 +14,7 @@ use std::marker::PhantomData;
|
|||
use std::mem;
|
||||
use std::ops::{Index, IndexMut};
|
||||
use std::slice;
|
||||
use values::computed::{Angle, LengthOrPercentage};
|
||||
use values::specified::length::Percentage;
|
||||
use values::computed::{Angle, LengthOrPercentage, Percentage};
|
||||
use values::specified::url::SpecifiedUrl;
|
||||
|
||||
impl nsCSSValue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue