We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386445b commit 9d45fadCopy full SHA for 9d45fad
lib/src/parse/stylesheet.dart
@@ -2892,10 +2892,6 @@ abstract class StylesheetParser extends Parser {
2892
wroteNewline = false;
2893
}
2894
2895
- case $slash when silentComments && scanner.peekChar(1) == $slash:
2896
- buffer.write(rawText(loudComment));
2897
- wroteNewline = false;
2898
-
2899
// Add a full interpolated identifier to handle cases like "#{...}--1",
2900
// since "--1" isn't a valid identifier on its own.
2901
case $hash when scanner.peekChar(1) == $lbrace:
0 commit comments