File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
FlashDevelop/Bin/Debug/Tools/css Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ pseudo=link visited hover active focus target enabled disabled checked indetermi
31
31
prefixes =-webkit- -moz- -ms- -o-
32
32
33
33
[Properties]
34
+ align-content =flex-start flex-end center space-between space-around stretch
35
+ align-items =flex-start flex-end center baseline stretch
36
+ align-self =auto flex-start flex-end center baseline stretch
34
37
alignment-adjust =auto baseline before-edge text-before-edge middle central after-edge text-after-edge ideographic alphabetic hanging mathematical <percentage> <length>
35
38
alignment-baseline =baseline use-script before-edge text-before-edge after-edge text-after-edge central middle ideographic alphabetic hanging mathematical
36
39
animation =<animation-name> <animation-duration> <animation-timing-function> <animation-delay> <animation-iteration-count> <animation-direction>
@@ -101,6 +104,7 @@ font-style=normal italic oblique
101
104
font-variant =normal small-caps
102
105
font-weight =normal bold bolder lighter 100 200 300 400 500 600 700 800 900
103
106
height =<length> <percentage> auto
107
+ justify-content =flex-start flex-end center space-between space-around
104
108
left =<length> <percentage> auto
105
109
letter-spacing =normal <length>
106
110
line-height =normal <number> <length> <percentage>
@@ -118,6 +122,7 @@ min-height=<length> <percentage>
118
122
min-width =<length> <percentage>
119
123
nbsp-mode =normal space
120
124
opacity =<number>
125
+ order =<integer>
121
126
orphans =<integer>
122
127
outline =<outline-color> <outline-style> <outline-width>
123
128
outline-color =<color> invert
You can’t perform that action at this time.
0 commit comments