0

When debug grids overlap, I'm having issues visually delineating the individual grids. Is it possible to specify a color?

Thanks!

cs44
  • 1,210
  • 1
  • 9
  • 11

1 Answers1

2

You could use debug in your global defaults and set the colour. It's referenced at http://susydocs.oddbird.net/en/latest/settings/ go to Global Defaults. I suspect that you could probably add your colour to the show grid statement, though I haven't tried it.

prasutagus
  • 1,383
  • 10
  • 9
  • Yes, you can adjust the color in your settings, and you can pass a different settings-map to each show-grids (or container) mixin you are using. – Miriam Suzanne Jul 21 '14 at 01:00