Skip to content

Commit 944d07e

Browse files
authored
fix: remove empty lines in default CSS (vuejs#373)
1 parent 818f9d1 commit 944d07e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/base/src/assets/main.css

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
max-width: 1280px;
55
margin: 0 auto;
66
padding: 2rem;
7-
87
font-weight: normal;
98
}
109

@@ -14,7 +13,6 @@ a,
1413
color: hsla(160, 100%, 37%, 1);
1514
transition: 0.4s;
1615
padding: 3px;
17-
1816
}
1917

2018
@media (hover: hover) {

0 commit comments

Comments
 (0)