flexie
flexie copied to clipboard
Flexie Based On Prefixes
I know that the current version of Flexie is not able to support prefixes, is there anyway to change this? As most of you will know, the standard that Flexie polyfills is now only used for browsers that does not support the new standard, and so it is prefixed.
If Flexie could work with this prefixing then it would work very well with Autoprefixer.
That would be great. :+1:
This page notes you'll still have issues with media queries.
Other than that, I think this is a fantastic idea, and I've just written a fork to do exactly that:
https://github.com/stuartpb/mozboxie
Okay, so I made a fork of this that uses -moz-box instead of box. Now we just need somebody to reconcile the amalgamated Selectivizr engine in the script with https://github.com/keithclark/selectivizr/blob/master/selectivizr.js for those poor, poor souls trying to get responsive media query support in IE8 using Respond.js.