Add feature to use percentage as value unit #258
2
enums.py
2
enums.py
@@ -17,7 +17,7 @@ ENUMS = {
|
|||||||
'LTR',
|
'LTR',
|
||||||
|
|||||||
'RTL',
|
'RTL',
|
||||||
![]() 'Unit' is still wrongly indented compared to other enums 'Unit' is still wrongly indented compared to other enums
![]() 😖 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',
|
||||||
|
Reference in New Issue
Block a user
indentation