Add feature to use percentage as value unit #258

Closed
woehrl01 wants to merge 43 commits from percentage-feature into master
41 changed files with 4475 additions and 1121 deletions
Showing only changes of commit b80d1fd893 - Show all commits

View File

@@ -17,7 +17,7 @@ ENUMS = {
'LTR',
emilsjolander commented 2016-12-23 13:51:01 -08:00 (Migrated from github.com)
Review

indentation

indentation
'RTL',
emilsjolander commented 2016-12-23 13:57:12 -08:00 (Migrated from github.com)
Review

'Unit' is still wrongly indented compared to other enums

'Unit' is still wrongly indented compared to other enums
woehrl01 commented 2016-12-23 13:58:18 -08:00 (Migrated from github.com)
Review

😖 sorry, will do (all my editors are configured to use tabs instead of spaces)

😖 sorry, will do (all my editors are configured to use tabs instead of spaces)
],
'Unit': [
'Unit': [
'Undefined',
'Pixel',
'Percent',