scanner icon indicating copy to clipboard operation
scanner copied to clipboard

Add path-relative stylesheet import check (#144)

Open jthack opened this issue 2 months ago • 0 comments

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 avatar Oct 23 '25 17:10 jthack