shelldandy / manila-mixins

A bunch of really cool Sass Mixins
https://shelldandy.github.io/manila-mixins/
MIT License
15 stars 0 forks source link

Debug Mode #4

Closed shelldandy closed 6 years ago

shelldandy commented 6 years ago
@mixin debug {
  @at-root {
    * {
      outline: 1px solid red;
    }
  }
}