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

@ -29,9 +29,6 @@ pub type CSSFloat = f32;
/// A CSS integer value.
pub type CSSInteger = i32;
/// The default font size.
pub const FONT_MEDIUM_PX: i32 = 16;
define_keyword_type!(None_, "none");
define_keyword_type!(Auto, "auto");
define_keyword_type!(Normal, "normal");