Wondering if you can help me understand something. My project is using sass and loading styles with an index.scss file works fine in the locally with the Vite development server. I have index.scss loading in index.html like so:
index.html
<link rel="stylesheet" href="scss/index.scss">
However when I proxy my remote environment I am searching and replacing my generated css file with the local scss file:
Wondering if you can help me understand something. My project is using sass and loading styles with an index.scss file works fine in the locally with the Vite development server. I have index.scss loading in index.html like so:
index.html
However when I proxy my remote environment I am searching and replacing my generated css file with the local scss file:
The scss file loads but the styles are not applied to frontend. When I use a Githubissues.