Skip to content

Commit cc18341

Browse files
committed
chore: add missing newlines
1 parent 8bdef13 commit cc18341

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/uppercase-selectors/input/a.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
.kebab-case {
1919
border: 1px solid blue;
20-
}
20+
}

recipes/uppercase-selectors/output/a.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
.KEBAB-CASE {
1919
border: 1px solid blue;
20-
}
20+
}

0 commit comments

Comments
 (0)