After reorganizing my SASS files into a nested structure, I encountered an issue where inspecting elements in Chrome led me to incorrect source maps. For instance, when trying to inspect a button, instead of being directed to the _buttons partial as expected, it would take me to a seemingly unrelated random partial file. Does anyone have insight into why this might be happening? Could the problem lie within my gulp file?
https://i.sstatic.net/maFoq.png https://i.sstatic.net/0kAvP.png