Closed
Description
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
- remove CSS (and default
.react-flex-view
className
too!) - pass computed style as inline
style
- remove every prefix (also for
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 ineffective