@mixin test($foo) { #{$foo} { @content; } } @include test("foo") { lorem: ipsum; }