_debug.scss 205 B

12345678910
  1. .debug {
  2. &__output {
  3. @include spacing-inner(a 1);
  4. @include spacing(t 1);
  5. @include background-color(lightbackground);
  6. @include font-size(small);
  7. @include center;
  8. width: 33%;
  9. }
  10. }