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

Autoprefixer Extension in Brackets

Open mmccomb01 opened this issue 6 years ago • 2 comments

After installing the Autoprefixer extension it appears to not be working correctly. I should be able to select a specific portion of my code and then go to edit and select auto prefix selection. However, when I do this it will not work unless I know which specific piece of code needs the prefix. In my training, I was told to select my entire css file and then select the auto prefix selection. Those prefixes should automatically appear and nothing happens.

mmccomb01 avatar Jun 20 '18 17:06 mmccomb01

check that there is no error in your code, in that case prefixer will not work. a ";" or a "}". It is easy to happen. I advise you to open a new folder and create an empty CSS file to test the functioning of autoprefixer

parlita001 avatar Jun 21 '18 20:06 parlita001

Make sure that you have a valid CSS file (the extension will not work on Sass or Less). There's probably an issue just like @parlita001 suggested.

Feel free to post the CSS if you keep having the same issue.

mikaeljorhult avatar Sep 18 '18 16:09 mikaeljorhult