scss-parser icon indicating copy to clipboard operation
scss-parser copied to clipboard

Parse error with missing final semi-colon

Open romgrk opened this issue 5 years ago • 0 comments

This SCSS compiles, but isn't parsed correcly by scss-parser. Final semi-colon is optional in SCSS as in CSS.

.class {
  color: white;
  background-color: black
}

romgrk avatar Apr 29 '19 16:04 romgrk