N°5510 - Exception "$amount: Expected 5% to be within 0% and 1%" when compiling a theme

This commit is contained in:
Eric Espie
2022-09-09 09:20:52 +02:00
parent 44c0e236b0
commit ca3c0cb163

View File

@@ -612,7 +612,7 @@ $popover-arrow-color: $popover-bg !default;
//** Popover outer arrow width
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
//** Popover outer arrow color
$popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
//** Popover outer arrow fallback color
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;