Skip to content

Commit d4debac

Browse files
committed
Style(stylelint): Reformat source code due to Prettier update
1 parent 310a495 commit d4debac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/stylelint-config/__tests__/__fixtures__/scss-valid.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,8 @@ a {
175175
}
176176
}
177177

178-
$ratios: 5 4, 4 3, 3 2, 16 9;
178+
$ratios:
179+
5 4,
180+
4 3,
181+
3 2,
182+
16 9;

0 commit comments

Comments
 (0)