Skip to content

Fix Font Awesome 7.x SCSS import path breaking change#1466

Open
Copilot wants to merge 1 commit intodependabot/npm_and_yarn/fortawesome/fontawesome-free-7.1.0from
copilot/sub-pr-1458
Open

Fix Font Awesome 7.x SCSS import path breaking change#1466
Copilot wants to merge 1 commit intodependabot/npm_and_yarn/fortawesome/fontawesome-free-7.1.0from
copilot/sub-pr-1458

Conversation

Copy link
Copy Markdown

Copilot AI commented Dec 14, 2025

Description

Font Awesome 7.x restructured SCSS files, removing individual partials and consolidating imports into a single entry point. The build failed because the theme still referenced the old fontawesome.scss path.

Changes

  • Updated SCSS import from fontawesome.scss to font-awesome.scss in theme assets
# Before
@import "../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome";

# After  
@import "../../node_modules/@fortawesome/fontawesome-free/scss/font-awesome";

Schedule

Can be merged upon approval.

Type of change

  • Admin / Chore

Checklist:

  • My code follows the style guidelines of this project, by meeting any linting requirements
  • I have the right to publish this content
  • All images have used in markdown are referenced with a description, as well as a caption (The format would be ![Description](path/to/image.jpg "Caption")).

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update @fortawesome/fontawesome-free to version 7.1.0 Fix Font Awesome 7.x SCSS import path breaking change Dec 14, 2025
@chrisreddington chrisreddington marked this pull request as ready for review December 15, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants