question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Flex] where is flex-flow?

See original GitHub issue

I can’t make Flex break lines because there is no flex-flow: row wrap;. If there is another way of doing this, it is undocumented. So I suggest either add a description on how to break lines with Flex, or add that to itself.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
hutbercommented, Nov 26, 2020

It would be great to be able to use flexflow

const centerAlign = {
  display: "flex",
  flexFlow: "column",
  alignItems: "center",
}

If we could, then we would be able to spread over all these css options.

1reaction
segunadebayocommented, Apr 26, 2020

Thanks for chiming in on this @jamezrin. We don’t plan to support all css styles in props, just the common ones.

For now, please use the css or style prop to achieve this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

flex-flow - CSS: Cascading Style Sheets - MDN Web Docs
The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.
Read more >
CSS flex-flow property
Definition and Usage ... The flex-flow property is a shorthand property for: ... Note: If the elements are not flexible items, the flex-flow...
Read more >
flex-flow
The flex-flow property is a sub-property of the Flexible Box Layout module. It is a shorthand for flex-direction and flex-wrap.
Read more >
CSS flex-flow Property
When we set the flex-flow: row wrap, it means that the first value defines the flex-direcion, and the second one defines the flex-wrap...
Read more >
CSS Flex Flow (flex-flow) Explained - Beginner Flexbox Tutorial
In this tutorial, we look at the " flex-flow " property in CSS Flexbox." flex-flow " is shorthand for both the " flex...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found