Skip to content

Commit

Permalink
fix(ui): broken css with interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
asieduernest12 committed Dec 25, 2024
1 parent 1482206 commit 31a7492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
// transform: scale(50%);
}

.buy_me_a_coffee_container:hover > a:hover {
.buy_me_a_coffee_container:hover>a:hover {
width: unset !important;
overflow: visible !important;
}
Expand Down Expand Up @@ -436,7 +436,7 @@

@each $widht_break in $width_breaks {
.w-#{$widht_break} {
width: '#{$widht_break}%';
width: $widht_break + 0% ;
}
}

Expand Down

0 comments on commit 31a7492

Please sign in to comment.