Fix type of 'fontSize' style

This commit is contained in:
Nicolas Gallagher
2015-09-20 15:29:00 -07:00
parent b3beea9bb3
commit d6db206ec4

View File

@@ -55,7 +55,7 @@ export default {
float: string,
font: string,
fontFamily: string,
fontSize: string,
fontSize: numberOrString,
fontStyle: string,
fontWeight: string,
height: numberOrString,