A simple toolkit for webpage designers to push CSS changes right from Firebug to their server.
CSSPush consists of a server-side listener and a client on your browser. Below you can see a minimal and basic installation guide.
- Grab a copy of files inside
/server/phpdirectory. - Modify
csspush.config.incsettings to whatever you want. - Upload these files directory to your server in a directory (e.g.
/csspush) so you have web access toexample.com/csspush/csspush.server.php
- Install latest version of Firefox browser.
- Install latest Firebug add-on.
- Install
csspush-firebug-addon.xpifrom/client/firebug-addonon your firefox. - Goto your Firefox menu
Tools»Addon»CSSPush»Optionsand configure your settings.
Open a webpage on your server (e.g. example.com/sample.php) then open your Firebug (press F12).
Now when you Inspect an element and look at CSS tab you can see a Save button (and a Reset).
Easily change any CSS selector or property (which is external and inside a file) then click on Save button
to commit your changes to your server.