Skip to content

Commit fe6b6ca

Browse files
committed
Fix @include producing invalid output in sass2scss
1 parent 2675b8c commit fe6b6ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sass2scss.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ namespace Sass
605605
else if (
606606
sass.substr(pos_left, 7) != "@return" &&
607607
sass.substr(pos_left, 7) != "@extend" &&
608+
sass.substr(pos_left, 8) != "@include" &&
608609
sass.substr(pos_left, 8) != "@content"
609610
) {
610611

0 commit comments

Comments
 (0)