added percentage feature

This commit is contained in:
Lukas Woehrl
2016-12-11 15:58:30 +01:00
parent f36f545d75
commit 435f1f6a12
6 changed files with 501 additions and 305 deletions

View File

@@ -16,6 +16,10 @@ ENUMS = {
'Inherit',
'LTR',
'RTL',
],
'Unit': [
'Pixel',
'Percent',
],
'FlexDirection': [
'Column',