stylo: Move font-size stuff to values::*::font

This commit is contained in:
Manish Goregaokar 2017-09-18 13:25:59 -07:00 committed by Manish Goregaokar
parent e1a39a2012
commit df9d7cd941
8 changed files with 430 additions and 389 deletions

View file

@ -67,6 +67,7 @@ pub mod box_;
pub mod color;
pub mod effects;
pub mod flex;
pub mod font;
pub mod image;
#[cfg(feature = "gecko")]
pub mod gecko;