mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +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
|
@ -66,7 +66,7 @@ use std::cmp;
|
|||
use values::{Auto, CustomIdent, Either, KeyframesName};
|
||||
use values::computed::ToComputedValue;
|
||||
use values::computed::effects::{BoxShadow, Filter, SimpleShadow};
|
||||
use values::specified::length::Percentage;
|
||||
use values::computed::length::Percentage;
|
||||
use computed_values::border_style;
|
||||
|
||||
pub mod style_structs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue