mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
style: Enable font-size:xxx-large.
Differential Revision: https://phabricator.services.mozilla.com/D41240
This commit is contained in:
parent
0d0f1fb69c
commit
6a3ef7e959
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue