tooppoo / ac6_assemble_tool

「ARMORED CORE Ⅵ FIRES OF RUBICON」用 非公式アセンブル支援ツール
https://tooppoo.github.io/ac6_assemble_tool/
MIT License
0 stars 0 forks source link

build時にbootstrapから出るwarningの解消 #329

Open tooppoo opened 2 months ago

tooppoo commented 2 months ago

例:

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
tooppoo commented 1 month ago

bootstrap側で対応が進んでいる模様 放っておけばそのうち renovate によるバージョンアップで解消しそう