We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5b2c4 + 2f1dba6 commit 0e2ad25Copy full SHA for 0e2ad25
src/index.ts
@@ -157,7 +157,14 @@ StyleSheet.Styles.push(
157
MarginStyle,
158
PaddingStyle,
159
FontSizeStyle,
160
- DisplayStyle,
+ // flex
161
+ FlexBasisStyle,
162
+ FlexWrapStyle,
163
+ FlexGrowStyle,
164
+ FlexShrinkStyle,
165
+ FlexDirectionStyle,
166
+ FlexStyle, // last
167
+ DisplayStyle, // after FlexStyle
168
WidthStyle,
169
HeightStyle,
170
MinWidthStyle,
@@ -263,13 +270,6 @@ StyleSheet.Styles.push(
263
270
GridAutoRowsStyle,
264
271
GapStyle,
265
272
OrderStyle,
266
- // flex
267
- FlexBasisStyle,
268
- FlexWrapStyle,
269
- FlexGrowStyle,
- FlexShrinkStyle,
- FlexDirectionStyle,
- FlexStyle, // last
273
// break
274
BreakInsideStyle,
275
BreakBeforeStyle,
0 commit comments