Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Mar 19, 2024
1 parent 194e2e1 commit dc6405b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/components/AlertBox/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,4 @@
stroke: var(--sds-clr-gray-09);
}
}
// display: grid;
// grid-template-rows: 0fr;
// transition: grid-template-rows 200ms ease-out;

// &[data-is-expanded="true"] {
// grid-template-rows: 1fr;
// }

// &[data-is-open="true"] {
// .ExpandBox__inset {
// overflow: visible;
// }
// }

// &__inset {
// overflow: hidden;
// }
}

0 comments on commit dc6405b

Please sign in to comment.