Hoist AttrValue into style.

This commit is contained in:
Bobby Holley 2015-11-03 11:23:38 -08:00
parent 4ec96963f8
commit 488c1291d4
4 changed files with 175 additions and 163 deletions

View file

@ -42,6 +42,7 @@ extern crate url;
extern crate util;
pub mod animation;
pub mod attr;
mod custom_properties;
pub mod font_face;
pub mod legacy;