You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
I am having this exact issue. Haven't figured out a fix to it yet, but it seems the SASS is not being compiled into a custom.css file in the basic theme setup.
Any news on this? I just ran into this issue and while the scss file seems to compile ( it complains on syntax error) I cannot find the compiled file anywhere. This is with a totally clean clone of starter-theme.
Anyone found a fix for the issue? I am making changes to the theme.scss.liquid but when I inspect the element then changes are not being reflected.
Thanks in advance for the help!!!
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.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?
The text was updated successfully, but these errors were encountered: