Commit 7fd36a8
Fix SCSS undefined variable error by importing app-variables
Add @import statement to HelloWorld.module.scss files to import
app-variables.scss which defines $bright-color variable. This fixes
the "Undefined variable" SCSS compilation error during webpack builds.
Fixed in both:
- spec/dummy/client/app/components/HelloWorld.module.scss
- react_on_rails_pro/spec/dummy/client/app/components/HelloWorld.module.scss
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6db68c5 commit 7fd36a8
File tree
2 files changed
+4
-0
lines changed- react_on_rails_pro/spec/dummy/client/app/components
- spec/dummy/client/app/components
2 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
0 commit comments