Added property display: flex and none #369

Closed
woehrl01 wants to merge 6 commits from feature-hidden-nodes into master
11 changed files with 344 additions and 6 deletions
Showing only changes of commit 9f0150cabd - Show all commits

View File

@@ -52,7 +52,7 @@ ENUMS = {
'Relative', 'Relative',
'Absolute', 'Absolute',
], ],
'Display': [ 'Display': [
'Flex', 'Flex',
'None', 'None',
], ],