flexie icon indicating copy to clipboard operation
flexie copied to clipboard

Legacy support for the CSS3 Flexible Box Model

Results 37 flexie issues
Sort by recently updated
recently updated
newest added

At the moment, flexiejs will not work with IE10, and all elements display vertically.

Issue #40: https://github.com/doctyper/flexie/issues/40 Contains fix for 'GET http://domain.com/data:text/css, 404 (Not Found)' error generated by Flexie. This is caused by the ADBlock plugin in Chrome; it inserts 'data:text/css' into the code,...

Hi, I loaded selectivizr then flexie but nothing changed. I seen on demo page that the rules are different than display : flex; etc... that refer to a different set...

The current implementation sucks monkeyballs. Here in line https://github.com/doctyper/flexie/blob/master/src/flexie.js#L1327 the script pushes the window location to the stylesheet array. That results as a second request to the webserver. Why would...

I don't understand, is it usable in prodaction or not? I see problems from Chrome users. Why?? Thanks!

When flexie adds css to elements it seems to completely replace any existing inline styles.

I have noticed that flexie applies a float to all child elements within a flexbox parent container. This includes child elements with the CSS position of absolute or fixed. Shouldn't...

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...

#### Hey, maintainer(s) of doctyper/flexie! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

stylesheet.addRule hangs in IE6 when the an unsupported selector is used. Appending to cssText works around this issue.