mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! Generic types for CSS values related to flexbox.
|
||||
|
||||
use values::specified::Percentage;
|
||||
use values::computed::Percentage;
|
||||
|
||||
/// A generic value for the `flex-basis` property.
|
||||
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue