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

Error on new version of Dart Sass #2

Open
sayinmehmet47 opened this issue May 25, 2022 · 0 comments
Open

Error on new version of Dart Sass #2

sayinmehmet47 opened this issue May 25, 2022 · 0 comments

Comments

@sayinmehmet47
Copy link


w> src/grid.scss 36:30  @content
<w> src/grid.scss 18:5   create-mq()
<w> src/grid.scss 27:3   create-col-classes()
<w> src/grid.scss 71:5   root stylesheet
<w> 
<w> Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
<w> 
<w> Recommendation: math.div(100, $grid-cols / $i) or calc(100 / ($grid-cols / $i))
<w> 
<w> More info and automated migrator: https://sass-lang.com/d/slash-div
<w> 
<w> src/grid.scss 36:23  @content
<w> src/grid.scss 18:5   create-mq()
<w> src/grid.scss 27:3   create-col-classes()

this is the error once we you latest version of sass

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

1 participant