react-flexbox-layout
react-flexbox-layout copied to clipboard
Simple flexible layouts for IE9+
Fixes issue for IE9 as style.display = 'table !important' was omitted when passing styles as props due to the fact it's an inline style so it takes precedence nevertheless without...
This was suposed to be taken care of in #21, but `webpack-dashboard` management of dependencies, which I believe comes from webpack ouput itself states otherwise:  Is there any chance...
We could avoid explicitly listening to `window`'s `resize` event and just automatically start listening/stop listening depending on the amount of registered components with the engine. The idea would be that...
Would be nice to have the same warnings we have when setting a style with inline styles, for those things that can not be overwritten. We need this for class...