Add feature to use percentage as value unit #258

Closed
woehrl01 wants to merge 43 commits from percentage-feature into master
60 changed files with 4401 additions and 2509 deletions
Showing only changes of commit 1af3a76321 - Show all commits

View File

@@ -24,7 +24,7 @@ typedef enum YGFlexDirection {
typedef enum YGUnit {
YGUnitPixel,
YGUnitPercent,
YGUnitModeCount,
YGUnitCount,
} YGUnit;
typedef enum YGMeasureMode {