Superstylin, a JS plugin to edit and save CSS in browser (johnboxall.github.com) 2 points by jbox 16y ago ↗ HN
[–] mcantelon 16y ago ↗ Groovy. Where is CSS getting stored? I took a quick look at the source and saw from YQL so mebbe that's where? [–] jbox 16y ago ↗ 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.
[–] jbox 16y ago ↗ 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.
2 comments
[ 3.2 ms ] story [ 12.6 ms ] threadYou'll need to setup a listener on your server to process the request and save the contents to file.