Move some style macros into their own module, used first

This commit is contained in:
Anthony Ramine 2017-05-18 17:19:50 +02:00
parent 864f5509d8
commit 7d66e65d94
4 changed files with 120 additions and 111 deletions

View file

@ -83,6 +83,9 @@ extern crate time;
#[allow(unused_extern_crates)]
extern crate unicode_segmentation;
#[macro_use]
mod macros;
pub mod animation;
#[allow(missing_docs)] // TODO.
#[cfg(feature = "servo")] pub mod attr;