Skip to content

Commit

Permalink
Update sass to v1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 16, 2023
1 parent 2339457 commit f959069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"babel-loader": "~9.1",
"jest-environment-jsdom": "~29.6",
"prettier": "^3.0.0",
"sass": "~1.64",
"sass": "~1.65",
"webpack": "~5.88",
"webpack-cli": "~5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion sass/includes/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$rem: list.append($rem, $value);
} @else {
$px: list.append($px, $value);
$rem: list.append($rem, rem(strip-unit($value)));
$rem: list.append($rem, rem(strip-unit($value), strip-unit($base-font-size)));
}
}
#{$property}: $px;
Expand Down

0 comments on commit f959069

Please sign in to comment.