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

Removing the deprecation warning. #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Removing the deprecation warning. #47

wants to merge 1 commit into from

Commits on Jun 24, 2021

  1. Removing the deprecation warning.

    SASS currently treats / as a division operation in some contexts and a separator in others. This makes it difficult for Sass users to tell what any given / will mean, and makes it hard to work with new CSS features that use / as a separator. To ease the transition, I added the math.div() function. The / operator still does division for now, but it also prints a deprecation warning when it does so. Users should switch all division to use math.div() instead.
    blanklob committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1803121 View commit details
    Browse the repository at this point in the history