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

Bug: Replace deprecated Sass @import rules #20501

Open
1 of 2 tasks
nielsboogaard-luminis opened this issue Dec 12, 2024 · 1 comment
Open
1 of 2 tasks

Bug: Replace deprecated Sass @import rules #20501

nielsboogaard-luminis opened this issue Dec 12, 2024 · 1 comment
Labels
bug needs-triage This bug needs to be confirmed

Comments

@nielsboogaard-luminis
Copy link

Bug description

The delivered sass files are using deprecated Sass import rules. See these warnings when using font-awesome within a Angular application:

 [WARNING] Deprecation [plugin angular-sass]

    src/styles/libs/fontawesome/scss/regular.scss:7:8:
      7 │ @import 'variables';
        ╵         ^


  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

  The plugin "angular-sass" was triggered by this import

Reproducible test case

No response

Screenshots

No response

Font Awesome version

v6.7.1

Serving

Self-hosted

Implementation

CSS

Browser and Operating System

doesn't matter, it happens compile time.

Web bug report checklist

  • I have included a test case because my odds go way up that the team can fix this when I do
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@nielsboogaard-luminis nielsboogaard-luminis added bug needs-triage This bug needs to be confirmed labels Dec 12, 2024
@rocket-turtle
Copy link

Related issue: #19167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage This bug needs to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants