style: Enable font-size:xxx-large.

Differential Revision: https://phabricator.services.mozilla.com/D41240
This commit is contained in:
Joel Olsson 2019-08-10 05:23:42 +02:00 committed by Emilio Cobos Álvarez
parent 0d0f1fb69c
commit 6a3ef7e959
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -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,
}