mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Use rust lengths for row-gap / column-gap.
Differential Revision: https://phabricator.services.mozilla.com/D26915
This commit is contained in:
parent
0f57b7b833
commit
0a84073767
8 changed files with 48 additions and 72 deletions
|
@ -105,7 +105,7 @@
|
|||
#[allow(unused_imports)]
|
||||
use crate::values::{computed, specified};
|
||||
#[allow(unused_imports)]
|
||||
use crate::values::{Auto, Either, None_, Normal};
|
||||
use crate::values::{Auto, Either, None_};
|
||||
${caller.body()}
|
||||
}
|
||||
|
||||
|
@ -292,7 +292,7 @@
|
|||
#[allow(unused_imports)]
|
||||
use crate::properties::{UnparsedValue, ShorthandId};
|
||||
#[allow(unused_imports)]
|
||||
use crate::values::{Auto, Either, None_, Normal};
|
||||
use crate::values::{Auto, Either, None_};
|
||||
#[allow(unused_imports)]
|
||||
use crate::error_reporting::ParseErrorReporter;
|
||||
#[allow(unused_imports)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue