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

Feature request: autoprefixer for inline style css

Open igormakovsky opened this issue 9 years ago • 0 comments

Good day!

I have a lot of unique inline css in a project I'm currently working on and I'm interested if there is a way for autoprefixer to check .php (and .html) files for constructions like, say, <img style="transform:rotate(10deg);"> and make correct vendor prefixes changes inside them? I've been trying to select the whole document and run autoprefixer on it and it does nothing and only works if pure css have been selected.

Is there any way this feature can be added to this awesome brackets extension?

Thanks.

igormakovsky avatar Feb 16 '16 08:02 igormakovsky