mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Manually extinguish multi-line use statements.
This commit is contained in:
parent
212b3e1311
commit
bd9c53c5da
19 changed files with 46 additions and 67 deletions
|
@ -8,9 +8,8 @@ use crate::parser::{Parse, ParserContext};
|
|||
use crate::values::generics::svg as generic;
|
||||
use crate::values::specified::color::Color;
|
||||
use crate::values::specified::url::SpecifiedUrl;
|
||||
use crate::values::specified::{
|
||||
LengthOrPercentage, NonNegativeLengthOrPercentage, NonNegativeNumber,
|
||||
};
|
||||
use crate::values::specified::LengthOrPercentage;
|
||||
use crate::values::specified::{NonNegativeLengthOrPercentage, NonNegativeNumber};
|
||||
use crate::values::specified::{Number, Opacity};
|
||||
use crate::values::CustomIdent;
|
||||
use cssparser::Parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue