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 2a57da06af - Show all commits

View File

@@ -8,6 +8,12 @@
# Visual studio code # Visual studio code
.vscode .vscode
*.pdb
*.tlog
*.obj
*.pch
*.log
*.orig
# Xcode # Xcode
## Build generated ## Build generated

View File

@@ -18,7 +18,7 @@ ENUMS = {
'RTL', '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', 'Undefined',
'Pixel', 'Pixel',
'Percent', 'Percent',
], ],