mgreter/sass2scss

Don't support semicolons in the indented syntax

Opened this issue · 0 comments

nex3 commented

(Originally filed as sass/libsass#2652)

LibSass currently seems to allow semicolons at the end of the line in the indented syntax. This doesn't match the behavior of Ruby Sass or Dart Sass, both of which consider semicolons unknown characters in the indented syntax. Support for semicolons should be deprecated and eventually removed.