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

fix(client): update sass functions to use new module syntax #2784

Merged
merged 1 commit into from
Oct 27, 2024

Commits on Oct 27, 2024

  1. fix(client): update sass functions to use new module syntax

    - Replace str-index with string.index
    - Replace str-slice with string.slice
    - Replace str-length with string.length
    
    These changes address deprecation warnings from Dart Sass 3.0.0
    mapxn committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    386d042 View commit details
    Browse the repository at this point in the history