Hi this looks like a common problem that may have been solved before, but I am experiencing now. The "solution" at https://github.com/Shopify/starter-theme/issues/92 doesn't do anything. When I make changes to my `./styles/theme.scss.liquid` they are not reflected on the page. When I check the link that is added for the style sheet `//cdn.shopify.com/s/files/1/xxxx/yyyy/zzzz/t/1/assets/layout.theme.styleLiquid.scss.css?280` It contains my changes but they are not applied to the page. Also, it seems there a lot of other default styles being imported in `./styles/theme.scss` that are nowhere to be found on the page. All I have done is start up a basic project with the starter-theme. What am I missing?
Hi this looks like a common problem that may have been solved before, but I am experiencing now.
The "solution" at #92 doesn't do anything.
When I make changes to my
./styles/theme.scss.liquidthey are not reflected on the page. When I check the link that is added for the style sheet//cdn.shopify.com/s/files/1/xxxx/yyyy/zzzz/t/1/assets/layout.theme.styleLiquid.scss.css?280It contains my changes but they are not applied to the page.
Also, it seems there a lot of other default styles being imported in
./styles/theme.scssthat are nowhere to be found on the page.All I have done is start up a basic project with the starter-theme. What am I missing?