style: Do not require to import ToCss in define_css_keyword_enum.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-24 14:22:11 +02:00
parent 2536e1ee98
commit 326f914018
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 5 additions and 15 deletions

View file

@ -4,8 +4,8 @@
//! Helper types for the `@viewport` rule.
use {CSSPixel, PinchZoomFactor, ParseError};
use cssparser::{Parser, ToCss};
use {CSSPixel, PinchZoomFactor, ParseError, ToCss};
use cssparser::Parser;
use euclid::TypedSize2D;
use std::ascii::AsciiExt;
use std::fmt;