@mixin target($target) {
  @at-root {
    /*! @{target: #{$target}} */
    & {
      @content;  
    }
    /*! {target: #{$target}}@ */  
  }
}