1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Redo aspect ratio docs

This commit is contained in:
Mark Otto
2025-05-27 21:58:30 -07:00
parent 808e15d387
commit 4634b58cd8
4 changed files with 50 additions and 40 deletions

View File

@@ -307,10 +307,10 @@ $transition-collapse-width: width .35s ease !default;
// scss-docs-start aspect-ratios
$aspect-ratios: (
"auto": auto,
"4x3": 4 / 3,
"1x1": 1 / 1,
"16x9": 16 / 9,
"21x9": 21 / 9
"4x3": #{"4 / 3"},
"1x1": #{"1 / 1"},
"16x9": #{"16 / 9"},
"21x9": #{"21 / 9"}
) !default;
// scss-docs-end aspect-ratios