mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Auto merge of #11445 - mbrubeck:line-height, r=emilio
Support line-height in geckolib r? @bholley <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11445) <!-- Reviewable:end -->
This commit is contained in:
commit
8caa17a466
4 changed files with 64 additions and 7 deletions
|
@ -41,6 +41,7 @@ use style::dom::{TDocument, TElement, TNode, TRestyleDamage, UnsafeNode};
|
|||
use style::element_state::ElementState;
|
||||
#[allow(unused_imports)] // Used in commented-out code.
|
||||
use style::error_reporting::StdoutErrorReporter;
|
||||
#[allow(unused_imports)] // Used in commented-out code.
|
||||
use style::parser::ParserContextExtraData;
|
||||
#[allow(unused_imports)] // Used in commented-out code.
|
||||
use style::properties::parse_style_attribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue