I am having issues deploying from my repo that is built with Parcel, every time Render tries to build it fails with a warning regards to my scss files. In particular, my imports. It’s worth noting that I’m not talking about importing bootstrap or anything else for that matter, from my node_modules. I’m talking about my regular scss partials.
Some images attached…
I’m new to render and especially new to auto deployment, so I could have configured something poorly.
It’s worth noting, that I have run build and dropped the dist folder into Netlify and it’s working fine (just as in localhost).
Any help is appreciated!