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!
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

Derek Markman
16,291 PointsWhen is it necessary to add a vendor prefix in css?
I know what a vendor prefix is and why it's used, but how do I know when I should add all of the vendor prefixes in my css? [I.E. -webkit-, -moz-, -o-, -ms-]
2 Answers

jason chan
31,008 PointsThis website prefixes your css. You can also get autoprefix plugin for you sublime. Or you can learn gulp.

jason chan
31,008 PointsYeah no problems man. :)
Derek Markman
16,291 PointsDerek Markman
16,291 PointsThanks for the link jason chan