Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(create-vite): remove repeated styles in vue-template
  • Loading branch information
yusongh committed Oct 26, 2023
commit 254b3920ba896180e93a44160af71ab74a9fd6b2
9 changes: 0 additions & 9 deletions packages/create-vite/template-vue/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ a:hover {
color: #535bf2;
}

a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}

body {
margin: 0;
display: flex;
Expand Down