7rulnik / postcss-flexibility

PostCSS plugin for Flexibility polyfill
MIT License
296 stars 14 forks source link

support inline-flex. fixes #107 #109

Closed idanen closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ac33f3f241bf37957f3d12721a687cf2b165e227 on idanen:master into 7820c7167b8124636583fe1c1bce34edb6914dbe on 7rulnik:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ac33f3f241bf37957f3d12721a687cf2b165e227 on idanen:master into 7820c7167b8124636583fe1c1bce34edb6914dbe on 7rulnik:master.

7rulnik commented 7 years ago

@idanen hey! Nice catch, thank you. I will merge it tomorrow

idanen commented 7 years ago

Added small change to prevent adding -js-display when the rule has browser prefix like display: -webkit-flex;.

Now just adding for flex and inline-flex instead of everything with "flex"

idanen commented 7 years ago

Hey @7rulnik , any idea why the coverage check doesn't finish?

idanen commented 7 years ago

Hi @7rulnik, do you have an ETA for when will you merge this?

Thanks

7rulnik commented 7 years ago

@idanen sorry, I was on vacation. Want to release it today.

7rulnik commented 7 years ago

@idanen just released in v.2.0.0

idanen commented 7 years ago

Awesome! Thanks for the update 👌