mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move some style macros into their own module, used first
This commit is contained in:
parent
864f5509d8
commit
7d66e65d94
4 changed files with 120 additions and 111 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue