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
┌──> file:///path/to/repository/node_modules/bootstrap/scss/_reboot.scss
504 │ line-height: inherit;
│ ^^^^^^^^^^^^^^^^^^^^ declaration
╵
┌──> file:///path/to/repositorynode_modules/bootstrap/scss/vendor/_rfs.scss
136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
137 │ │ @content;
138 │ │ }
│ └─── nested rule
╵
file:///path/to/repository/node_modules/bootstrap/scss/_reboot.scss 504:3 @import
file:///path/to/repository/node_modules/bootstrap/scss/bootstrap.scss 16:9 @import
file:///path/to/repository/src/view/pages/index/app.scss 1:9 root stylesheet
例: