Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flex-direction not being recognised by flexibility.js #83

Open
stelco opened this issue Nov 28, 2016 · 0 comments
Open

flex-direction not being recognised by flexibility.js #83

stelco opened this issue Nov 28, 2016 · 0 comments

Comments

@stelco
Copy link

stelco commented Nov 28, 2016

Hi, I have built this CodePen where I am changing the column position using nth-child in CSS.

.athena .featured-wrap:nth-child(even) {
-js-flex-direction:row-reverse;
flex-direction:row-reverse;
}

This all works fine in all browsers apart from IE9 and below.
The issue appears to be flex-direction as this isnt being recognised by the flexibility script.
Here is a CodePen which you can open in Debug Mode in IE9. Any help on this appreciated. Thanks.

http://codepen.io/stelco74/pen/gLxVwO
or
http://s.codepen.io/stelco74/debug/gLxVwO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant