Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
halsk opened this issue Jan 2, 2024 · 3 comments
Assignees

Comments

@halsk
Copy link
Member

halsk commented Jan 2, 2024

要望の概要 | 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
@yu23ki14
Copy link
Collaborator

yu23ki14 commented Jan 2, 2024

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

@halsk
Copy link
Member Author

halsk commented Jan 2, 2024

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

@halsk
Copy link
Member Author

halsk commented Jan 4, 2024

#427 で解消

@halsk halsk closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants