Depracation warnings in new install

Created on 2 September 2024, 2 months ago
Updated 4 September 2024, 2 months ago

Problem/Motivation

Just performed a fresh install using the docs (but used yarn install for package installs)

Seeing a lot of depracation warnings:

Deprecation Warning: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

┌──> node_modules\bootstrap\scss\_type.scss
39 │ font-style: $display-font-style;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration

┌──> node_modules\bootstrap\scss\vendor\_rfs.scss
136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
137 │ │ @content;
138 │ │ }
│ └─── nested rule

node_modules\bootstrap\scss\_type.scss 39:5 @import
node_modules\bootstrap\scss\bootstrap.scss 17:9 root stylesheet

Any hints as to what the issue could be?

💬 Support request
Status

Active

Version

5.0

Component

Code

Created by

🇬🇧United Kingdom newaytech

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024