@ -123,7 +123,7 @@ $i: 6;
## Interpolation
```scss
$klass: 'button'
$klass: 'button';
.#{$klass} { ... } /* same as `.button` */
```