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

Update choices.scss #963

Closed
wants to merge 1 commit into from
Closed

Conversation

tungChasqui
Copy link

@tungChasqui tungChasqui commented Jul 19, 2021

Using / for division is deprecated and will be removed in Dart Sass 2.0.0

Description

When attaching the library to my app with laravel mix it was throwing an error with dart sass version 2.0.0
More info and automated migrator: https://sass-lang.com/d/slash-div

Screenshots (if appropriate)

image

Types of changes

  • Chore (tooling change or documentation change)
  • Refactor (non-breaking change which maintains existing functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Using / for division is deprecated and will be removed in Dart Sass 2.0.0

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

+1 for merging this pull request

Copy link

@clement-meunier clement-meunier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In your commit, I think this element is missing at the top of the file :
@use "sass:math";

@mtriff
Copy link
Member

mtriff commented Dec 15, 2021

Closing in favour of #976

@mtriff mtriff closed this Dec 15, 2021
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

Successfully merging this pull request may close these issues.

4 participants