DEV Community

Discussion on: SCSS Mixins

Collapse
 
iamntz profile image
Ionut Staicu

A really good pro-tip is to use Mixins for vendor prefixes!

An even better pro-tip is to drop vendor prefixes for ancient browsers ( Firefox 1-3.6? really?) and use Autoprefixer for ... you know, auto-prefixing :)

Collapse
 
dailydevtips1 profile image
Chris Bongers

I agree with you there, about browsers, I work for big corporates, they do require you to support every browser, some even require up to IE6...

As for autoprefixer, Most of my tips can be done with plugins or tools, but I like to show the underlying solutions as well.

Nevertheless your 100% right in the easiest way of doing it.