Skip to content

Error on new version of Dart Sass #2

Description

@sayinmehmet47

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions