Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS - Beyond the Basics Understanding Flexbox and Multi-Column Layout Flexbox: justify-content and flex-wrap

Daniel Campbell
Daniel Campbell
10,148 Points

-webkit-

Hello,

With flexbox, is it still common practice to use -webkit- prefixes? I see it used in examples without, more than with.

Thanks! Daniel

2 Answers

Moritz Lang
Moritz Lang
25,909 Points

Hi Daniel, you can use this simple site called "Can I use ..." to check which browser currently supports Flexbox. Depending on your projects minimal browser support you have to use prefixes or not.

Daniel Campbell
Daniel Campbell
10,148 Points

Thanks Mortiz. Yes, it was mentioned in the videos a few times. These videos are dated 2013 and It's almost 2017, that's why I asked.

Moritz Lang
Moritz Lang
25,909 Points

Yeah, thats totally understandable :) But for this purpose they recommend sites like the one above. ;)