Skip to content

Commit

Permalink
style: Enable font-size:xxx-large.
Browse files Browse the repository at this point in the history
  • Loading branch information
joel1st authored and emilio committed Aug 15, 2019
1 parent 0d0f1fb commit 6a3ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/values/generics/font.rs
Expand Up @@ -255,7 +255,7 @@ pub enum KeywordSize {
XXLarge,
// This is not a real font keyword and will not parse
// HTML font-size 7 corresponds to this value
#[css(skip)]
#[css(keyword = "xxx-large")]
XXXLarge,
}

Expand Down

0 comments on commit 6a3ef7e

Please sign in to comment.