debug.scss 268 B

1234567891011121314151617181920
  1. /**
  2. * DEBUG STYLES
  3. */
  4. .debug{
  5. .body { outline: 1px solid purple; }
  6. .body:before,
  7. .body:after { outline: 1px solid green; }
  8. .region-break {
  9. border-top: 1px dashed blue;
  10. box-sizing: border-box;
  11. }
  12. img { outline: 1px solid blue; }
  13. }