From b9668950ddedc1d6f1e5839273e2e72a81c5bcc6 Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Wed, 4 Sep 2024 08:03:46 +0200 Subject: [PATCH] fix(css): typo in `scss/_variables.scss` comment (#2718) --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index b94d9ce973..9b22bdb5c6 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -704,7 +704,7 @@ $aspect-ratios: ( "4x3": calc(3 / 4 * 100%), "16x9": calc(9 / 16 * 100%), "21x9": calc(9 / 21 * 100%), - "9x16": calc(16 / 9 * 100%) // Boosted mod: additional ratio for portait videos + "9x16": calc(16 / 9 * 100%) // Boosted mod: additional ratio for portrait videos ) !default; // scss-docs-end aspect-ratios // stylelint-enable function-disallowed-list