mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix @import serialization.
This commit is contained in:
parent
b9901fbd89
commit
8356c3386a
3 changed files with 23 additions and 1 deletions
|
@ -392,7 +392,7 @@ impl ToCss for ImportRule {
|
|||
try!(dest.write_str(" "));
|
||||
try!(media.to_css(dest));
|
||||
}
|
||||
Ok(())
|
||||
dest.write_str(";")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue