Skip to content

Commit 311e0e7

Browse files
committed
Update completion.ini
1 parent 847c579 commit 311e0e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FlashDevelop/Bin/Debug/Tools/css/completion.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ pseudo=link visited hover active focus target enabled disabled checked indetermi
3131
prefixes=-webkit- -moz- -ms- -o-
3232

3333
[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
3437
alignment-adjust=auto baseline before-edge text-before-edge middle central after-edge text-after-edge ideographic alphabetic hanging mathematical <percentage> <length>
3538
alignment-baseline=baseline use-script before-edge text-before-edge after-edge text-after-edge central middle ideographic alphabetic hanging mathematical
3639
animation=<animation-name> <animation-duration> <animation-timing-function> <animation-delay> <animation-iteration-count> <animation-direction>
@@ -101,6 +104,7 @@ font-style=normal italic oblique
101104
font-variant=normal small-caps
102105
font-weight=normal bold bolder lighter 100 200 300 400 500 600 700 800 900
103106
height=<length> <percentage> auto
107+
justify-content=flex-start flex-end center space-between space-around
104108
left=<length> <percentage> auto
105109
letter-spacing=normal <length>
106110
line-height=normal <number> <length> <percentage>
@@ -118,6 +122,7 @@ min-height=<length> <percentage>
118122
min-width=<length> <percentage>
119123
nbsp-mode=normal space
120124
opacity=<number>
125+
order=<integer>
121126
orphans=<integer>
122127
outline=<outline-color> <outline-style> <outline-width>
123128
outline-color=<color> invert

0 commit comments

Comments
 (0)