Comment on Superstylin, a JS plugin to edit and save CSS in browserparentComments−jboxOP16yThe URL of the CSS file and the contents are POST'ed as a key/val pair back to a endpoint you specify in the configuration.You'll need to setup a listener on your server to process the request and save the contents to file.
Comments
The URL of the CSS file and the contents are POST'ed as a key/val pair back to a endpoint you specify in the configuration.
You'll need to setup a listener on your server to process the request and save the contents to file.