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 trialVasyl Kozhushko
6,405 PointsWrong code -webkit
Hi as I know from css course, when we want to use element's like "column-count" or "column-gap" we need add a -webkit so code should looks like "-webkit-column-count" am I wrong?
2 Answers
Dale Bailey
20,269 PointsHi yes you are right but it does depend on the version of safari you use I think from 9 up you don't need the prefix and with safari 8 you have partial support if you use the prefix, hope this helps.
You can also see the compatibility here http://caniuse.com/#search=column-count
Vasyl Kozhushko
6,405 Pointsyes but if we want to make our content flexible for more browser and devises we need to use -webkit.