Skip to content

Commit

Permalink
fix: error scss (@extend)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuriharaMina committed Dec 12, 2023
1 parent c87d928 commit 82db520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/styles/components/_article.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@use "../media_query" as *;
@use "heading" as *;
@use "text" as *;

.c-article {
margin-top: var(--spacing-large);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@use "layout/breadcrumb";

@use "components/alert";
//@use "components/article";
@use "components/article";
@use "components/badge";
@use "components/banner";
@use "components/box";
Expand Down

0 comments on commit 82db520

Please sign in to comment.