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