You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
./src/components/Board/components/Cell/Cell.module.scss
Deprecation Warning on line 19, column 30 of file:///home/kamil/projects/scrabble-solver/packages/scrabble-solver/src/components/Board/components/Cell/Cell.module.scss:19:30:
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(100%, 3) or calc(100% / 3)
More info and automated migrator: https://sass-lang.com/d/slash-div
19 | clip-path: polygon(0 (100% / 3), (100% / 3) (100% / 3), (100% / 3) (200% / 3), 0 (200% / 3));
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
./src/components/Board/components/InputPrompt/InputPrompt.module.scss
Deprecation Warning on line 0, column 8 of file:///home/kamil/projects/scrabble-solver/packages/scrabble-solver/src/components/Board/components/InputPrompt/InputPrompt.module.scss:0:8:
More info and automated migrator: https://sass-lang.com/d/import
0 | @import 'styles/mixins';
The text was updated successfully, but these errors were encountered:
run
npm run build
The text was updated successfully, but these errors were encountered: