tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

Remove all style not -moz- #28

Open VladimirVMold opened 12 years ago

VladimirVMold commented 12 years ago

After save remove all style with prefix not -moz-. Sample: open file:


a:link {-webkit-tap-highlight-color: #FF5E99;} 
button {width: auto; overflow: visible;}

save file

button {
    width: auto; 
    overflow: visible;
}

A very useful plugin. If you need help with PHP, I can help.

There is a plug-css-x-fire. It stores only the changes. But he needs to work PhpStorm :-(.