Skip to content

Commit 1892616

Browse files
committed
fix
1 parent 9d56ccf commit 1892616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/html/bootstrap/_bootstrap-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ $link-decoration: inherit !default;
273273

274274
// border colors
275275
$border-color: mix(
276-
if(variable-exists(body-color), $body-color, "#fff"),
276+
if(variable-exists(body-color), $body-color, #fff),
277277
$body-contrast-bg,
278278
30%
279279
) !default;

0 commit comments

Comments
 (0)