6 lines
74 B
SCSS
6 lines
74 B
SCSS
|
|
@mixin selector-defined($msg) {
|
||
|
|
@if #{&} == '' {
|
||
|
|
@error $msg;
|
||
|
|
}
|
||
|
|
}
|