Skip to content

Commit

Permalink
fix(css): typo in scss/_variables.scss comment (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Sep 4, 2024
1 parent df9b28d commit b966895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b966895

Please sign in to comment.