5 lines
114 B
SCSS
5 lines
114 B
SCSS
@mixin beforeClass($selector){
|
|
@at-root #{selector-unify(&, $selector + ":before")} {
|
|
@content
|
|
}
|
|
} |