Make the choice of layout runtime setting

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Martin Robinson 2023-06-28 10:07:08 +02:00
parent f11c6045e3
commit d31cdb682f
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
262 changed files with 1740 additions and 3700 deletions

View file

@ -112,22 +112,16 @@ macro_rules! parse_longhand {
};
}
mod background;
mod border;
mod box_;
mod column;
mod effects;
mod image;
mod inherited_text;
mod outline;
mod selectors;
mod supports;
mod text_overflow;
mod transition_duration;
mod transition_timing_function;
// These tests test features that are only available in 2013 layout.
#[cfg(feature = "layout_2013")]
mod background;
#[cfg(feature = "layout_2013")]
mod border;
#[cfg(feature = "layout_2013")]
mod column;
#[cfg(feature = "layout_2013")]
mod text_overflow;