ManuelSch/sass-scss-converter

The semicolons are missing after `@extend` rule

Opened this issue · 4 comments

The semicolons are missing after @extend rule

image

Thanks for your report.

I'll take a look at the issue and keep you updated. In the meantime, feel free to open a pull request in case you'd like to add your own quick fix.

@L-Blondy Please provide an example input text. Right now, I cannot reproduce the problem.

Hi, I am still learning scss and I was trying to convert sass to scss.
sass sample can be found in this codepen link https://codepen.io/TomDirix/pen/MWomOLj
i found two issues.
Thanks for your converting tool, great job!

  • line 10 from $key... to $key , this breaks scss output.

  • semicolons issue with @extend rule

I have the same issue! 👍