@@ -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>
@@ -81,11 +84,18 @@ counter-increment=<identifier> <integer> none
81
84
counter-reset =<identifier> <integer> none
82
85
cursor =<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
83
86
direction =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
85
88
dominant-baseline =auto use-script no-change reset-size alphabetic hanging ideographic mathematical central middle text-after-edge text-before-edge
86
89
empty-cells =show hide
87
90
fit =fill hidden meet slice
88
91
fit-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
89
99
float =left right none
90
100
font =<font-style> <font-variant> <font-weight> <font-size> <line-height> <font-family> caption icon menu message-box small-caption status-bar
91
101
font-family =<family-name> <generic-family>
@@ -94,6 +104,7 @@ font-style=normal italic oblique
94
104
font-variant =normal small-caps
95
105
font-weight =normal bold bolder lighter 100 200 300 400 500 600 700 800 900
96
106
height =<length> <percentage> auto
107
+ justify-content =flex-start flex-end center space-between space-around
97
108
left =<length> <percentage> auto
98
109
letter-spacing =normal <length>
99
110
line-height =normal <number> <length> <percentage>
@@ -111,6 +122,7 @@ min-height=<length> <percentage>
111
122
min-width =<length> <percentage>
112
123
nbsp-mode =normal space
113
124
opacity =<number>
125
+ order =<integer>
114
126
orphans =<integer>
115
127
outline =<outline-color> <outline-style> <outline-width>
116
128
outline-color =<color> invert
@@ -127,6 +139,7 @@ page-break-before=auto always avoid left right
127
139
page-break-inside =avoid auto
128
140
perspective =none <distance>
129
141
perspective-origin =center left top right bottom
142
+ pointer-events =auto none visiblePainted visibleFill visibleStroke visible painted fill stroke all
130
143
position =static relative absolute fixed
131
144
quotes =<string> none
132
145
right =<length> <percentage> auto
0 commit comments