mikaeljorhult / brackets-autoprefixer

Brackets/Edge Code extension that parses CSS documents and add vendor prefixes automatically.
MIT License
192 stars 37 forks source link

Autoprefixer Extension in Brackets #77

Open mmccomb01 opened 6 years ago

mmccomb01 commented 6 years ago

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.

parlita001 commented 6 years ago

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

mikaeljorhult commented 5 years ago

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.