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

Tenant UI: Sass import deprecation warnings #1424

Open
loneil opened this issue Oct 30, 2024 · 0 comments
Open

Tenant UI: Sass import deprecation warnings #1424

loneil opened this issue Oct 30, 2024 · 0 comments
Labels
good first issue Good for newcomers pinned Pinned item that will never become stale TenantUI Tickets related to the Tenant UI Vue/Node app

Comments

@loneil
Copy link
Contributor

loneil commented Oct 30, 2024

As of updating to sass: 1.80.x as a dev dependency in the Tenant UI frontend warnings as below are outputting

Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
1 │ @import "@/assets/variables.scss";
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
    src\components\profile\issuance\Endorser.vue 1:9  root stylesheet

Should get these out of the way at some point as described here https://sass-lang.com/documentation/breaking-changes/import/

@loneil loneil added TenantUI Tickets related to the Tenant UI Vue/Node app good first issue Good for newcomers pinned Pinned item that will never become stale labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers pinned Pinned item that will never become stale TenantUI Tickets related to the Tenant UI Vue/Node app
Projects
None yet
Development

No branches or pull requests

1 participant