mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Replace non_ts_pseudo_class_list include hack with higher order macro
MozReview-Commit-ID: IBGhult0Ujv
This commit is contained in:
parent
1caf8a71dc
commit
c4f5f469b8
3 changed files with 38 additions and 32 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
//! Gecko-specific style-system bits.
|
||||
|
||||
#[macro_use]
|
||||
mod non_ts_pseudo_class_list;
|
||||
|
||||
pub mod arc_types;
|
||||
pub mod conversions;
|
||||
pub mod data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue