From 32e3113a8f27bdd65b81df0615b7fafd92592190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 27 Oct 2023 08:44:26 +0200 Subject: [PATCH] Add missing Boosted mod comment --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index bb913634cc..30fce03f90 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -796,7 +796,7 @@ $headings-font-family: null !default; $headings-font-style: null !default; $headings-font-weight: 700 !default; $headings-line-height: $h6-line-height !default; -$headings-color: $black !default; +$headings-color: $black !default; // Boosted mod: instead of `inherit` // scss-docs-end headings-variables // scss-docs-start display-headings