Skip to content

Commit

Permalink
use sass 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Sep 24, 2024
1 parent fc1c7ca commit 3131a27
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion wasm/in.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fieldset {
}

button {
background-color: color.change($button-color, $alpha: calc($button-opacity / 100%));
background-color: color.change($button-color, $alpha: $button-opacity);
border: 0.125em solid transparent;
color: var(--text-color);
border-radius: 0.375em;
Expand Down
39 changes: 34 additions & 5 deletions wasm/package-lock.json

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

2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@danielx/civet": "~0.7.24",
"sass": "^1.72.0",
"sass": "^1.79.0",
"terser": "^5.27.2"
},
"devDependencies": {
Expand Down

0 comments on commit 3131a27

Please sign in to comment.