Skip to content

Commit

Permalink
refactor: 미사용 css 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SunwooJaeho committed Dec 9, 2024
1 parent 69b915c commit 4f386d3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ const breadcrumbLink = style({
},
});

const breadcrumbLastLink = style({
color: themeVars.color.black,
});

const breadcrumbPage = style({
color: 'var(--foreground-color)',
fontWeight: themeVars.fontWeight.regular,
Expand All @@ -46,7 +42,6 @@ export {
breadcrumbList,
breadcrumbItem,
breadcrumbLink,
breadcrumbLastLink,
breadcrumbPage,
breadcrumbSeperator,
};

0 comments on commit 4f386d3

Please sign in to comment.