Commit e3366cb
Fix SCSS detection to match both .scss and .module.scss files
Updated the rule detection to test against both 'example.scss' and
'example.module.scss' so sass-resources-loader is applied to both
global SCSS rules and CSS Module SCSS rules.
This fixes test failures where CSS Modules weren't being processed
correctly because the detection only matched regular .scss files.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent dee2edf commit e3366cb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments