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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user