mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Move LengthPercentage to its own file.
I'm (sadly) about to make it a bit more complicated to pack it better. So we may as well do this so it is easier to reason about navigate. I also reordered things a bit, and removed some From<> implementations and such. Differential Revision: https://phabricator.services.mozilla.com/D58701
This commit is contained in:
parent
61f3ff1de3
commit
4d5bd94a2b
5 changed files with 566 additions and 568 deletions
|
@ -108,6 +108,7 @@ pub mod flex;
|
|||
pub mod font;
|
||||
pub mod image;
|
||||
pub mod length;
|
||||
pub mod length_percentage;
|
||||
pub mod list;
|
||||
pub mod motion;
|
||||
pub mod outline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue