# Flex
Note, the display: flex
utility is documented under http://localhost:8080/css-documentation/display.html#flex (opens new window)
Visit https://tailwindcss.com/docs/flex (opens new window) for more information.
Class | Properties |
---|---|
flex-1 | flex: 1 1 0%; |
flex-auto | flex: 1 1 auto; |
flex-initial | flex: 0 1 auto; |
flex-none | flex: none; |