Skip to content

Commit

Permalink
fix : hide the unstyled text by selecting not yet defined component t…
Browse files Browse the repository at this point in the history
…o avoid foud issue
  • Loading branch information
SamTheKorean committed Jul 15, 2024
1 parent 673e247 commit fd0fcf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions global-styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
ds-hero:not(:defined) {
display: inline-block;
height: 100vh;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

ds-button-link:not(:defined) {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

:root {
--primary: #846de9;
--secondary: #24eaca;
Expand Down

0 comments on commit fd0fcf8

Please sign in to comment.