Move PropertyBitField out of its module

This commit is contained in:
Simon Sapin 2017-02-26 18:43:13 +01:00
parent 16a34ef6b6
commit c81ebca7df
4 changed files with 47 additions and 53 deletions

View file

@ -15,7 +15,7 @@ use properties::{PropertyDeclarationId, LonghandId, DeclaredValue};
use properties::PropertyDeclarationParseResult;
use properties::animated_properties::TransitionProperty;
use properties::longhands::transition_timing_function::single_value::SpecifiedValue as SpecifiedTimingFunction;
use properties::property_bit_field::PropertyBitField;
use properties::PropertyBitField;
use std::fmt;
use std::sync::Arc;
use style_traits::ToCss;