From 51f8ab8c25ddaae6e93ba9598c648896c10cd9ea Mon Sep 17 00:00:00 2001 From: 1ilsang <1ilsang@naver.com> Date: Mon, 23 Dec 2024 19:21:46 +0900 Subject: [PATCH] feat(scss): Remove common.scss --- src/features/about/activity/Card.tsx | 2 +- src/features/about/education/Container.tsx | 2 +- src/features/about/work/card/Container.tsx | 2 +- .../about/work/card/content/Container.tsx | 4 +-- .../about/work/card/content/Headline.tsx | 2 +- .../about/work/card/content/ProjectDetail.tsx | 10 ++++--- .../about/work/card/content/RightSide.tsx | 2 +- src/features/about/work/card/content/Tags.tsx | 2 +- src/features/home/Container.tsx | 2 +- src/features/post/Container.tsx | 2 +- src/features/post/floatingIndex/Container.tsx | 2 +- .../post/information/InformationContainer.tsx | 2 +- .../post/information/ProfileSection.tsx | 2 +- .../post/information/PublishedDate.tsx | 2 +- src/features/posts/category/Container.tsx | 2 +- src/features/posts/components/Item.tsx | 2 +- .../shared/components/ExternalLink.tsx | 5 +++- src/features/shared/components/Footer.tsx | 4 +-- .../shared/components/modal/ImageModal.tsx | 4 +-- src/features/tags/detail/Container.tsx | 2 +- src/styles/common.scss | 27 ------------------- src/styles/index.scss | 1 - 22 files changed, 32 insertions(+), 53 deletions(-) delete mode 100644 src/styles/common.scss diff --git a/src/features/about/activity/Card.tsx b/src/features/about/activity/Card.tsx index 4527ee60..24f057d0 100644 --- a/src/features/about/activity/Card.tsx +++ b/src/features/about/activity/Card.tsx @@ -15,7 +15,7 @@ const ActivityCardContainer: FunctionComponent = ({ list, }) => { return ( -
+
{year}
diff --git a/src/features/about/education/Container.tsx b/src/features/about/education/Container.tsx index 7297620e..dc16adee 100644 --- a/src/features/about/education/Container.tsx +++ b/src/features/about/education/Container.tsx @@ -17,7 +17,7 @@ const EducationContainer: FunctionComponent = ({ return (