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

Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility

This commit is contained in:
Mark Otto
2025-02-19 09:51:51 -08:00
parent b0d14d1766
commit 4e792d24da
8 changed files with 41 additions and 91 deletions

View File

@@ -302,7 +302,6 @@ $transition-collapse: height .35s ease !default;
$transition-collapse-width: width .35s ease !default;
// scss-docs-end collapse-transition
// stylelint-disable function-disallowed-list
// scss-docs-start aspect-ratios
$aspect-ratios: (
"auto": auto,
@@ -312,7 +311,6 @@ $aspect-ratios: (
"21x9": #{"21 / 9"}
) !default;
// scss-docs-end aspect-ratios
// stylelint-enable function-disallowed-list
// Typography
//