I want to apply viewport units polyfill on iOS 7 as soon as styles are added dynamically.
It's important I want to do this at runtime because it's optional — and I use ExtractTextPlugin so can't post-process all CSS on client side.
What would be the easiest way to do something after styles have been flushed?
I don't really care about reflows here because it's only for iOS 7.