Questions and discussions about using the Shopify CLI and Shopify-built libraries.
How can I load the appropriate loader to use scss in my app?
I tried adding the scss loader to the next.config.json :
but then the css loader does not seem to work anymore:
Does anyone know how to add it properly?
Solved! Go to the solution
This is an accepted solution.
Hi @PhilippW,
You've wrapped the config correctly with `next-sass`, but you still need the CSS loader:
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi @PhilippW,
You've wrapped the config correctly with `next-sass`, but you still need the CSS loader:
To learn more visit the Shopify Help Center or the Community Blog.