Skip to content

fix(v3): correct x-link import extension#601

Merged
wesleyboar merged 1 commit intoTACC:epic/v3from
wesleyboar:fix/v3-bs5-link-import
Mar 16, 2026
Merged

fix(v3): correct x-link import extension#601
wesleyboar merged 1 commit intoTACC:epic/v3from
wesleyboar:fix/v3-bs5-link-import

Conversation

@wesleyboar
Copy link
Member

Overview

Import path fix since latest merge of main.

Co-authored-by: Wesley B <wesleyboar@users.noreply.github.com>
@qodo-code-review
Copy link

ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan

Review Summary by Qodo

Fix x-link import extension in Bootstrap 5 utilities

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Corrects import path extension from .css to .postcss
• Fixes broken import reference in Bootstrap 5 link utilities
Diagram
flowchart LR
  A["link.css file"] -- "imports x-link" --> B["x-link.postcss"]
  C["Old import"] -- "incorrect extension" --> D[".css"]
  E["New import"] -- "correct extension" --> F[".postcss"]
Loading

Grey Divider

File Changes

1. src/lib/_imports/bootstrap5/utilities/link.css 🐞 Bug fix +1/-1

Correct x-link import file extension

• Updated import statement to reference correct file extension
• Changed x-link.css to x-link.postcss in import URL
• Fixes broken module resolution after recent merge

src/lib/_imports/bootstrap5/utilities/link.css


Grey Divider

Qodo Logo

@qodo-code-review
Copy link

qodo-code-review bot commented Mar 16, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@wesleyboar wesleyboar changed the title fix(v3): correct x-link import extension (.css → .postcss) fix(v3): correct x-link import extension Mar 16, 2026
@wesleyboar wesleyboar merged commit 16bdf45 into TACC:epic/v3 Mar 16, 2026
@wesleyboar wesleyboar deleted the fix/v3-bs5-link-import branch March 18, 2026 01:14
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