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

Deprecate passing non-deg units to hwb()'s $hue argument #1747

Merged
merged 2 commits into from
Jul 19, 2022
Merged

Commits on Jul 19, 2022

  1. Deprecate passing non-deg units to hwb()'s $hue argument

    This was overlooked in #1175, because the spec said that `hwb()`
    should already be throwing an error if non-`deg` units were passed.
    However, Dart Sass didn't implement the spec correctly and these units
    were in fact not being checked at all.
    
    See #1174
    nex3 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a2feb9b View commit details
    Browse the repository at this point in the history
  2. Kick CI

    nex3 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a206944 View commit details
    Browse the repository at this point in the history