Skip to content

Add path-relative stylesheet import check (#144)#223

Open
jthack wants to merge 1 commit intomainfrom
issue-144-path-relative-stylesheet
Open

Add path-relative stylesheet import check (#144)#223
jthack wants to merge 1 commit intomainfrom
issue-144-path-relative-stylesheet

Conversation

@jthack
Copy link
Copy Markdown
Contributor

@jthack jthack commented Oct 23, 2025

Summary

  • detect stylesheet links and @import rules that use path-relative targets
  • report a low severity issue listing the offending paths
  • register the check and enable it in the Balanced passive preset

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test -- --match 'Path-relative stylesheet'

Closes #144

@jthack jthack requested a review from a team as a code owner October 23, 2025 17:16
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.

Path-relative style sheet import

1 participant