Not Working
The Plugin is completely not working :thinking: it does nothing with CSS or SCSS files, I think it was since the last update :thinking:
Having the same problem here!
same. command from command pallete autoprefixer: run does nothing
Please, use issue templates.
According to current information, I can't help you.
Most likely the answer is somewhere in https://github.com/mrmlnc/vscode-autoprefixer/issues/122#issuecomment-629762093
It's not working on "flex" here
It's not working on Flex content too. Any suggestions or help ?!
@SimonBak Working now by follow this configuration. Hope help. https://github.com/mrmlnc/vscode-autoprefixer/issues/122#issuecomment-629762093
It's not working properly. It doesn't add prefixes and if there are prefixed already then it removes them. Anyone facing the same issue?
Add this code snippet : "autoprefixer.options": { "browsers": [ "last 4 versions", "ie >= 9", "> 5%" ] }
