How can I link my theme CSS to html/liquid without causing issues?

How can I link my theme CSS to html/liquid without causing issues?

Izzul_Irfan
Tourist
4 0 1

My theme CSS is not linked to the html/liquid due to different file types, but it will mess up the whole website if I change the liquid file to CSS. Is there a solution to this?1.JPG

Capture.JPG

Replies 2 (2)

Artzen_tech
Shopify Partner
552 113 111
Hello @Izzul_Irfan 

Its Artzen Technologies! We will be happy to help you today.

 

try this :

{{ 'theme.scss' | asset_url | stylesheet_tag }}

 

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
Izzul_Irfan
Tourist
4 0 1

Hello, @Artzen_tech,

 

thank you for your assistance, however the code still giving the same outcome.