fix: there is no module with the namespace "math"

Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
Darren 2022-03-03 02:16:51 -05:00
parent 6bb64b096f
commit fe336b9bde
No known key found for this signature in database
GPG Key ID: E145327EB72009B4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ header {
.btn {
width: 2 * $columnWidth;
margin-left: math.div($columnGap, 2);
margin-left: calc($columnGap / 2);
}
h1 {