Skip to content

Fix Vite CSS injection and Sass/node_modules handling#241

Open
fasterthanlime wants to merge 3 commits intomainfrom
codex/vite-sass-239-240
Open

Fix Vite CSS injection and Sass/node_modules handling#241
fasterthanlime wants to merge 3 commits intomainfrom
codex/vite-sass-239-240

Conversation

@fasterthanlime
Copy link
Contributor

@fasterthanlime fasterthanlime commented Feb 12, 2026

Summary

  • fix Vite production CSS injection when script URLs are already rewritten to built assets
  • add Sass load_paths plumbing so @use can resolve from node_modules
  • include symlinked files when loading static/ and dist/
  • add regressions for built-script CSS injection and symlinked static serving

Issues

Notes

Validation

  • cargo nextest run -p cell-html
  • cargo check -p cell-sass -p cell-sass-proto
  • cargo xtask integration (currently failing in this environment; see run output in local command)

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.

Vite: import SASS frameworks and fonts Vite production build snafu

1 participant