In my project, I have a component file named xyx.js where I properly imported my scss file './xyz.scss'. Both of these files are in the same folder. Interestingly, when I view the styles using the Chrome scss extension, everything seems to be working fine. But when attempting to view the styles from within the scss file itself, they do not seem to be applying. Can anyone provide some guidance on how to resolve this issue?