I guess you are using npm to convert scss to css.
Just need to install postcss which comes inbuilt with autoprefixer plugin.
Then in place of sass in commandline you need to use postcss in commandline to convert to css.
please refere to https://www.npmjs.com/package/postcss#npm-run--cli