mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Move flex-basis out of gecko_size_type.
This commit is contained in:
parent
45ba167030
commit
a0d0769998
3 changed files with 25 additions and 11 deletions
|
@ -930,12 +930,6 @@
|
|||
use values::specified::length::LengthOrPercentageOrAuto;
|
||||
SpecifiedValue(MozLength::LengthOrPercentageOrAuto(LengthOrPercentageOrAuto::zero()))
|
||||
}
|
||||
|
||||
/// Returns a value representing a `0%` length.
|
||||
pub fn zero_percent() -> Self {
|
||||
use values::specified::length::LengthOrPercentageOrAuto;
|
||||
SpecifiedValue(MozLength::LengthOrPercentageOrAuto(LengthOrPercentageOrAuto::zero_percent()))
|
||||
}
|
||||
}
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue