Skip to content

Commit 27fe1f5

Browse files
committed
format
1 parent 3b49384 commit 27fe1f5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/rules/no-unused-class-name.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ This rule is aimed at reducing unused classes in the HTML template. While `svelt
3333
<div class="sixth-class first-class">Hello</div>
3434
3535
<style>
36-
.first-class {
37-
color: red;
38-
}
39-
40-
.second-class,
41-
.third-class {
42-
color: blue;
43-
}
44-
45-
.fourth-class {
46-
color: green;
47-
}
36+
.first-class {
37+
color: red;
38+
}
39+
40+
.second-class,
41+
.third-class {
42+
color: blue;
43+
}
44+
45+
.fourth-class {
46+
color: green;
47+
}
4848
</style>
4949
```
5050

0 commit comments

Comments
 (0)