Skip to content

Commit

Permalink
Merge pull request #44 from asieduernest12/fix/ui
Browse files Browse the repository at this point in the history
fix(ui): broken css with interpolation
  • Loading branch information
asieduernest12 authored Dec 25, 2024
2 parents 1482206 + 8428b9a commit 8b48363
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/node_modules
/.pnp
.pnp.js
pnpm-lock.yaml

# testing
/coverage
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8b48363

Please sign in to comment.