mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
style: sort extern crates and fix servo build.
This commit is contained in:
parent
4d24dd2847
commit
9909816c76
2 changed files with 4 additions and 2 deletions
|
@ -209,6 +209,8 @@ partial interface CSSStyleDeclaration {
|
||||||
|
|
||||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString filter;
|
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString filter;
|
||||||
|
|
||||||
|
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString inset;
|
||||||
|
|
||||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString lineHeight;
|
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString lineHeight;
|
||||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString line-height;
|
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString line-height;
|
||||||
|
|
||||||
|
|
|
@ -37,9 +37,9 @@ extern crate crossbeam_channel;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate cssparser;
|
extern crate cssparser;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate derive_more;
|
|
||||||
#[macro_use]
|
|
||||||
extern crate debug_unreachable;
|
extern crate debug_unreachable;
|
||||||
|
#[macro_use]
|
||||||
|
extern crate derive_more;
|
||||||
extern crate euclid;
|
extern crate euclid;
|
||||||
extern crate fallible;
|
extern crate fallible;
|
||||||
extern crate fxhash;
|
extern crate fxhash;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue