Skip to content

Commit

Permalink
fix for CSS font size validation in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 22, 2019
1 parent 6bf371e commit 54b9fc0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/apputils-extension/schema/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@
"additionalProperties": false,
"description": "The description field of each item is the CSS property that will be used to validate an override's value",
"properties": {
"code-font-size": { "type": ["string", "null"], "description": "size" },
"code-font-size": {
"type": ["string", "null"],
"description": "font-size"
},
"content-font-size1": {
"type": ["string", "null"],
"description": "size"
"description": "font-size"
},
"ui-font-size1": { "type": ["string", "null"], "description": "size" }
"ui-font-size1": {
"type": ["string", "null"],
"description": "font-size"
}
}
}
},
Expand Down

0 comments on commit 54b9fc0

Please sign in to comment.