We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSS is needed to work with older browsers that need prefixes (aka IE 10) but modern browser (IE 11 too!) work without prefixes!
.react-flex-view
className
style
flex
NOTE: inline style is stronger than any CSS without !important so this issue is very breaking as some project's CSS may become ineffective
!important
The text was updated successfully, but these errors were encountered:
Merge pull request #68 from buildo/66-should_work_without_css
0eb99d9
#66: Should work without CSS in modern browsers (closes #66)
FrancescoCioria
No branches or pull requests
requirements
CSS is needed to work with older browsers that need prefixes (aka IE 10) but modern browser (IE 11 too!) work without prefixes!
specs
.react-flex-view
className
too!)style
flex
property)NOTE: inline
style
is stronger than any CSS without!important
so this issue is very breaking as some project's CSS may become ineffectiveThe text was updated successfully, but these errors were encountered: