After updateing to the latest dev, I wondered about the new debug mode. dvessel, could you tell what were the reasons for changing that?

The old debug mode by using the show-grid class in body was a very pleasing one for me, as ..

* one could easily switch the mode via a little JS Snippet
* custom grids could easily get a debug implementation by simply adding

body.show-grid .container-10 {
  background-image: url(960-10-grid.png);
}

or similar to any css file.

But maybe I don't see the big advantages of the new implementation. Would be nice you could clarify that ;)

Comments

derhasi’s picture

For reference here is the link to the original Bookmarklet on Ian Oxley's post.

A modified Bookmarklet URL, to user jQuery:

 javascript:(function() {jQuery('body').toggleClass('show-grid');})();
dvessel’s picture

Hi derhasi, I've been neck deep in another project so I have to revisit that. IIRC, it was because I thought it was redundant but I'll try to add it back in if it makes sense.