mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 22:02:00 +01:00
9375ada8e6
Fixes #1002. In the indented syntax, a selector list may continue onto another line if the previous line ends with a comma. Previously, if there was a comment after the comma, it wouldn't be recognized and the selector would be broken in two (with the first selector having no properties). This fixes the parser to ignore comments when looking for the comma at the end of a line. Also disables the formatting check to work around dart-lang/dart_style#940.