aboutsummaryrefslogtreecommitdiff
path: root/scss/_reboot.scss
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2024-07-15 23:10:14 +0200
committerGitHub <[email protected]>2024-07-15 23:10:14 +0200
commit7f8fed44fdbe2418a1876f3e19b5741666b7caa9 (patch)
treee57fdba2776b7195b58c4a53fd6c74ad0d3e7635 /scss/_reboot.scss
parentf406388c1ba3f60c4114355a6db851827a8d9b70 (diff)
downloadbootstrap-7f8fed44fdbe2418a1876f3e19b5741666b7caa9.tar.xz
bootstrap-7f8fed44fdbe2418a1876f3e19b5741666b7caa9.zip
Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623)
Diffstat (limited to 'scss/_reboot.scss')
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 18791753d..5e1665c35 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -499,9 +499,9 @@ legend {
width: 100%;
padding: 0;
margin-bottom: $legend-margin-bottom;
- @include font-size($legend-font-size);
font-weight: $legend-font-weight;
line-height: inherit;
+ @include font-size($legend-font-size);
+ * {
clear: left; // 2