Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flex-box-property #86

Open
Navakanth-Nava opened this issue Jul 18, 2022 · 2 comments
Open

flex-box-property #86

Navakanth-Nava opened this issue Jul 18, 2022 · 2 comments

Comments

@Navakanth-Nava
Copy link

Flex-box properties are not working in css

@MowglyOrizon
Copy link

@Navakanth-Nava any fix on his planned?

@mjaime29
Copy link

mjaime29 commented Sep 28, 2023

in order to use flex properties you need to define all the compatibility:

display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants