brackets-autoprefixer
brackets-autoprefixer copied to clipboard
Feature request: autoprefixer for inline style css
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.