vscode-autoprefixer icon indicating copy to clipboard operation
vscode-autoprefixer copied to clipboard

Not Working

Open admicaa opened this issue 5 years ago • 7 comments

The Plugin is completely not working :thinking: it does nothing with CSS or SCSS files, I think it was since the last update :thinking:

admicaa avatar Jun 05 '20 12:06 admicaa

Having the same problem here!

Arturo-Lopez avatar Jun 05 '20 22:06 Arturo-Lopez

same. command from command pallete autoprefixer: run does nothing

shabuOne avatar Jun 07 '20 13:06 shabuOne

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

mrmlnc avatar Jun 07 '20 13:06 mrmlnc

It's not working on "flex" here

xiaojingzhao avatar Aug 06 '20 08:08 xiaojingzhao

It's not working on Flex content too. Any suggestions or help ?!

SimonBak avatar Sep 03 '20 20:09 SimonBak

@SimonBak Working now by follow this configuration. Hope help. https://github.com/mrmlnc/vscode-autoprefixer/issues/122#issuecomment-629762093

marvin-min avatar Sep 14 '20 03:09 marvin-min

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?

azakero avatar May 30 '21 20:05 azakero

Add this code snippet : "autoprefixer.options": { "browsers": [ "last 4 versions", "ie >= 9", "> 5%" ] } изображение

WebDev222 avatar Feb 10 '23 17:02 WebDev222