Commit b420dcc
Fix SCSS undefined variable error by importing app-variables
The HelloWorld.module.scss files were using $bright-color variable
without importing the app-variables.scss file where it's defined.
This was causing webpack build failures.
Changes:
- spec/dummy/client/app/components/HelloWorld.module.scss: Add @import
- react_on_rails_pro/spec/dummy/client/app/components/HelloWorld.module.scss: Add @import
- knip.ts: Auto-cleaned unused dependency ignores
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 31a88fd commit b420dcc
File tree
4 files changed
+492
-8
lines changed- react_on_rails_pro/spec/dummy/client/app/components
- spec/dummy/client/app/components
4 files changed
+492
-8
lines changed
0 commit comments