Add fallback for --percent in asset-size
This commit is contained in:
parent
c13d5f4d7c
commit
982b7022e9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: calc(var(--percent) * 100%);
|
||||
width: calc(var(--percent, 1) * 100%);
|
||||
|
||||
@include themify() {
|
||||
background-color: getThemifyVariable('progress-bar-active-color');
|
||||
|
|
Loading…
Reference in a new issue