@each $i in yt2 , yk2 {
@include set_check( #check_#{$i},.bg_#{$i},.border_#{$i} );
}
I want create selectors like
#check_yt2{}
, .bg_yt2{}
, .border_yt2{}
#check_yk2{}
, .bg_yk2{}
, .border_yk2{}
..............
for mixin ,but I got this message from console :
Invalid CSS after "...( #check_#{$i},": expected mixin argument, was .bg_#{$i},.bord..."