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 Foundations CSS Gradients Repeating Gradients

For the sake of creativity, why can't browsers get along and eliminate vendor prefixes?

Any good workarounds to easily support cross browser compatibility without needing vendor prefixes?

2 Answers

craig frost
craig frost
4,592 Points

For the same reason you can't open a .psd in just any program, in short. Of course, it would be incredibly nice if prefixes weren't needed.

However, until such a time, just make room in your build process for these issues. You could, for example, use something like Grunt, and then include Autoprefixer.