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 trialAndrew Gay
20,893 PointsRail Gem SCSS fix -moz- -o- -webkit- etc?
I remember learning about something you could add to make your SCSS automatically fix any of those dependent prefixes.
Any ideas/is this still needed?
Andrew Gay
20,893 PointsThank you! I did end up finding the autoprefixer-rails but the caniuse site is much help as well!
Germán Hernández
3,814 PointsGermán Hernández
3,814 PointsHi Andrew,
The easiest way probably is use something like https://github.com/ai/autoprefixer-rails You can check CSS properties and current compatibility at http://caniuse.com
cheers.