You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: