flexie icon indicating copy to clipboard operation
flexie copied to clipboard

Flexie Based On Prefixes

Open ShaneHudson opened this issue 11 years ago • 3 comments

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.

ShaneHudson avatar May 12 '14 15:05 ShaneHudson

That would be great. :+1:

TomOne avatar Jul 10 '14 13:07 TomOne

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

stuartpb avatar Jan 13 '15 08:01 stuartpb

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.

stuartpb avatar Jan 13 '15 09:01 stuartpb