Lines Matching refs:flex
32 alignItems: 'flex-start',
36 flex: {
37 '1': { flex: 1 },
38 '0': { flex: 0 },
129 flex: {
130 '1': { flex: 1 },
131 '0': { flex: 0 },
146 start: { alignItems: 'flex-start' },
147 end: { alignItems: 'flex-end' },
152 start: { justifyContent: 'flex-start' },
153 end: { justifyContent: 'flex-end' },
176 flex: 1,
181 micro: { width: scale.micro, flex: 0 },
182 tiny: { width: scale.tiny, flex: 0 },
183 small: { width: scale.small, flex: 0 },
184 medium: { width: scale.medium, flex: 0 },
185 large: { width: scale.large, flex: 0 },
186 xl: { width: scale.xl, flex: 0 },
199 flex: 1,
204 micro: { height: scale.micro, flex: 0 },
205 tiny: { height: scale.tiny, flex: 0 },
206 small: { height: scale.small, flex: 0 },
207 medium: { height: scale.medium, flex: 0 },
208 large: { height: scale.large, flex: 0 },
209 xl: { height: scale.xl, flex: 0 },