[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,3 +1,5 @@
@use 'sass:math';
/******************* FRAME */
.c-frame {
display: flex;
@ -89,7 +91,7 @@
&:before {
// Grippy
$h: 4px;
$tbOffset: ($editFrameMovebarH - $h) / 2;
$tbOffset: math.div($editFrameMovebarH - $h, 2);
$lrOffset: 25%;
@include grippy($editFrameMovebarColorFg);
content: '';