tonistiigi / styler

CSS/Stylus live editor
MIT License
133 stars 9 forks source link

Keep undo/redo stack after page refresh #7

Open tonistiigi opened 11 years ago

tonistiigi commented 11 years ago

At the moment undo/redo stack is cleared after refresh. This may not be what some users expect.

Simple solution is to do it with the localstorage and I think it makes more sense than sending it through a server.