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

Rename the classes and docs page, update everything accordingly

This commit is contained in:
Mark Otto
2020-09-22 16:30:00 -07:00
committed by Mark Otto
parent 18f8601d29
commit fe38a85839
8 changed files with 82 additions and 81 deletions

View File

@@ -1,7 +1,6 @@
// Credit: Nicolas Gallagher and SUIT CSS.
.embed-responsive {
.ratio {
position: relative;
width: 100%;
@@ -11,7 +10,7 @@
content: "";
}
.embed-responsive-item,
.ratio-item,
iframe,
embed,
object,
@@ -24,8 +23,8 @@
}
}
@each $key, $ratio in $embed-responsive-aspect-ratios {
.embed-responsive-#{$key} {
@each $key, $ratio in $aspect-ratios {
.ratio-#{$key} {
--aspect-ratio: #{$ratio};
}
}