diff options
Diffstat (limited to 'src/bem/_multi.scss')
| -rw-r--r-- | src/bem/_multi.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bem/_multi.scss b/src/bem/_multi.scss index c0beeeb..21a72ab 100644 --- a/src/bem/_multi.scss +++ b/src/bem/_multi.scss | |||
| @@ -97,7 +97,7 @@ | |||
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | @if $is-manual-selector { | 99 | @if $is-manual-selector { |
| 100 | $sel: if(&, selector.nest(&, $entity), selector.parse($entity)); | 100 | $sel: if(sass(&): selector.nest(&, $entity); else: selector.parse($entity)); |
| 101 | 101 | ||
| 102 | @at-root #{$sel} { | 102 | @at-root #{$sel} { |
| 103 | @content; | 103 | @content; |
