Skip to content

Commit

Permalink
Merge pull request #36 from pepabo/duplicated-alert-import
Browse files Browse the repository at this point in the history
二重にAlertコンポーネントをuseしている不具合を修正
  • Loading branch information
itoh4126 authored Sep 3, 2024
2 parents df7a0f9 + a8dcaab commit 18b4ec5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/components-web/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
@forward "@pepabo-inhouse/table" as table-*;
@forward "@pepabo-inhouse/textfield" as textfield-*;
@forward "@pepabo-inhouse/snackbar" as snackbar-*;
@forward "@pepabo-inhouse/alert" as alert-*;
2 changes: 0 additions & 2 deletions packages/components-web/inhouse-components-web.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@use "@pepabo-inhouse/table";
@use "@pepabo-inhouse/textfield";
@use "@pepabo-inhouse/snackbar";
@use "@pepabo-inhouse/alert";

// @import が存在しているので最初に flavor を読む
// see: https://git.pepabo.com/inhouse/components-web/issues/355
Expand All @@ -50,4 +49,3 @@
@include table.export;
@include textfield.export;
@include snackbar.export;
@include alert.export;

0 comments on commit 18b4ec5

Please sign in to comment.