[Build] webpack5 upgrade (#4242)

This commit is contained in:
Nikhil
2021-12-29 16:18:48 -08:00
committed by GitHub
parent 4775c88909
commit 464bb3b885
21 changed files with 155 additions and 88 deletions

View File

@ -1,6 +1,8 @@
@use 'sass:math';
.c-conductor-axis {
$h: 18px;
$tickYPos: ($h / 2) + 12px;
$tickYPos: math.div($h, 2) + 12px;
@include userSelectNone();
@include bgTicks($c: rgba($colorBodyFg, 0.4));