prettier/tests/css_comments/lists.scss

9 lines
72 B
SCSS

$my-list:
'foo', // Foo
'bar'; // Bar
$my-list2:
a // a
b
c;