Fork me on GitHub
#garden
<
2016-12-04
>
levitanong08:12:01

@meeli @rauh IIRC they decided to stop maintaining vendor prefixing, as it would’ve been a waste to write code that would inevitably become obsolete. Further, in its current state, it doesn’t support autoprefixing flex. If memory serves me right, the recommendation is to use autoprefixer, which is much more thorough (and it supports flex). As they say, don’t reinvent the wheel. I’ve been using https://github.com/danielsz/boot-autoprefixer for a few projects now, and I’m quite happy with it.

rauh08:12:35

@levitanong Gotcha, thanks! I keep pushing this auto-prefixing off to the backburner 😕

levitanong08:12:21

@rauh no problem! I hope it works well for you!

meeli09:12:34

@levitanong weird, it is working for us…

meeli09:12:40

still in there 😉

levitanong16:12:07

@meeli: oh definitely it works for those properties. Afaik it doesn't work for display: flex because the prefixing has to happen on the values. However, if it does work, that would be cool.