I have installed Sublime Text 3 and Autoprefix CSS from package control on my Mac OSX When I try to run Autoprefix CSS on a CSS3 syntax file, it simply does nothing.
As suggested in other posts I have changed user setting to :
{
"browsers": ["last 2 versions", "> 10%", "ff > 4", "opera > 9"]
}
But still does nothing.
Any suggestions?
This worked for me:
https://superuser.com/questions/932834/autoprefixer-does-not-work-on-sublime?newreg=21a71fb98e5e4c7c971f842ece7937c9
In your Autoprefix settings (In MacOS: Sublime Text/Preferences/Package Settings/Autoprefixer), instead of putting:
Put this:
Have a nice day!