mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
style: Do not require to import ToCss in define_css_keyword_enum.
This commit is contained in:
parent
2536e1ee98
commit
326f914018
7 changed files with 5 additions and 15 deletions
|
@ -46,8 +46,6 @@ pub enum Color {
|
|||
|
||||
#[cfg(feature = "gecko")]
|
||||
mod gecko {
|
||||
use style_traits::ToCss;
|
||||
|
||||
define_css_keyword_enum! { SpecialColorKeyword:
|
||||
"-moz-default-color" => MozDefaultColor,
|
||||
"-moz-default-background-color" => MozDefaultBackgroundColor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue