codeforjapan/mapprint

Fix sass warnings of dev environment / 開発環境でのsassワーニングの修正

halsk opened this issue · 3 comments

halsk commented

要望の概要 | What

yarn run dev 実施時に、以下のようなエラーが大量に出るので修正する

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(1, $i) or calc(1 / $i)

More info and automated migrator: https://sass-lang.com/d/slash-div

   ╷
18 │         $fraction: 1 / $i;
   │                    ^^^^^^
   ╵
    assets/sass/vendor/gridlex/_gridlex-mixins.scss 18:20   makeGridByNumber()
    assets/sass/vendor/gridlex/_gridlex-classes.scss 146:1  @import
    assets/sass/vendor/gridlex/_gridlex.scss 8:9            @import
    assets/sass/styles.scss 5:9                             root stylesheet

@halsk
こちら未着手でしたら取ります

halsk commented

@yu23ki14 ありがとう!未着手です!よろしくお願いします

halsk commented

#427 で解消