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
Nick Field
17,091 PointsAutoprefixer for Brackets
Hey,
Not a question, but I wanted to share a helpful tool if you're using Brackets to write code;
https://github.com/mikaeljorhult/brackets-autoprefixer
This is an extension for Brackets which can automatically prefix CSS declarations for you (either manually or automatically).
Since CSS animations, transforms and other rules often require prefixing for older browsers, this is a bit of a time saver and has helped me.
Hope that helps :)