@@ -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>
@@ -81,11 +84,18 @@ counter-increment=<identifier> <integer> none
8184counter-reset =<identifier> <integer> none
8285cursor =<uri> auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help progress
8386direction =ltr rtl
84- display =inline block list-item inline-block table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none
87+ display =inline block list-item inline-block table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none flex
8588dominant-baseline =auto use-script no-change reset-size alphabetic hanging ideographic mathematical central middle text-after-edge text-before-edge
8689empty-cells =show hide
8790fit =fill hidden meet slice
8891fit-position =<percentage> <length> top center bottom left center right auto
92+ flex =<flex-grow> <flex-shrink> <flex-basis> none
93+ flex-basis =<length> <percentage> auto fill max-content min-content fit-content content
94+ flex-direction =row row-reverse column column-reverse
95+ flex-flow =<flex-direction> <flex-wrap>
96+ flex-grow =<number>
97+ flex-shrink =<number>
98+ flex-wrap =nowrap wrap wrap-reverse
8999float =left right none
90100font =<font-style> <font-variant> <font-weight> <font-size> <line-height> <font-family> caption icon menu message-box small-caption status-bar
91101font-family =<family-name> <generic-family>
@@ -94,6 +104,7 @@ font-style=normal italic oblique
94104font-variant =normal small-caps
95105font-weight =normal bold bolder lighter 100 200 300 400 500 600 700 800 900
96106height =<length> <percentage> auto
107+ justify-content =flex-start flex-end center space-between space-around
97108left =<length> <percentage> auto
98109letter-spacing =normal <length>
99110line-height =normal <number> <length> <percentage>
@@ -111,6 +122,7 @@ min-height=<length> <percentage>
111122min-width =<length> <percentage>
112123nbsp-mode =normal space
113124opacity =<number>
125+ order =<integer>
114126orphans =<integer>
115127outline =<outline-color> <outline-style> <outline-width>
116128outline-color =<color> invert
@@ -127,6 +139,7 @@ page-break-before=auto always avoid left right
127139page-break-inside =avoid auto
128140perspective =none <distance>
129141perspective-origin =center left top right bottom
142+ pointer-events =auto none visiblePainted visibleFill visibleStroke visible painted fill stroke all
130143position =static relative absolute fixed
131144quotes =<string> none
132145right =<length> <percentage> auto
0 commit comments