Is there a SASS extension that will accept SASS style sheets, find neutral properties (for example, border-radius ) and automatically display all the properties specific to it (for example, -webkit-border-radius , etc.)?
I really don't want to create all mixes manually and not write code manually. I am sure there should be such an extension, but I can not find it. Help?
source share