aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/css.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/css.rs')
-rw-r--r--components/script/dom/css.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/css.rs b/components/script/dom/css.rs
index a4539c17f76..10f0bf9ae6d 100644
--- a/components/script/dom/css.rs
+++ b/components/script/dom/css.rs
@@ -9,12 +9,12 @@ use crate::dom::bindings::root::DomRoot;
use crate::dom::bindings::str::DOMString;
use crate::dom::window::Window;
use crate::dom::worklet::Worklet;
-use cssparser::{Parser, ParserInput, serialize_identifier};
+use cssparser::{serialize_identifier, Parser, ParserInput};
use dom_struct::dom_struct;
use style::context::QuirksMode;
use style::parser::ParserContext;
+use style::stylesheets::supports_rule::{parse_condition_or_declaration, Declaration};
use style::stylesheets::CssRuleType;
-use style::stylesheets::supports_rule::{Declaration, parse_condition_or_declaration};
use style_traits::ParsingMode;
#[dom_struct]