Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aramean committed Oct 11, 2024
1 parent e26dda4 commit 7071111
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nightly/front.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var dom = {
'font': 'apply',
'flex': 'apply',
'flexdirection': 'apply',
'justifycontent': 'apply',
'height': 'apply',
'lineheight': 'apply',
'padding': 'apply',
Expand Down Expand Up @@ -318,6 +319,9 @@ var dom = {
case 'flexdirection':
attr = 'flexDirection'
break
case 'justifycontent':
attr = 'justifyContent'
break
case 'lineheight':
attr = 'lineHeight'
break
Expand Down

0 comments on commit 7071111

Please sign in to comment.