I am trying to reference a custom .js and .css in a custom section. While .js is working, the .css is not.
First I added .css to the asset.
Next, I below lines to theme.liquid.
Lastly, I created a new liquid under section and attempted to reference the .js and .css. The .js works, but not .css.
I verified the code offline and it worked as expected.
Is there a way for me to know if my custom .css is loaded when I referenced it in theme.liquid?
What could be the reasons why my style aren’t changing at all for my custom section?


