Converting scss to css or css.liquid not working

I started having a lot of problems on my website. I also noticed that other websites using the same theme are also bugged.

I went in the code and found out that maybe the solution is to convert my scss files to css or css.liquid files, like shopify said.

Problem is, when I try to do so, with online converters, there are always parse errors and I don’t know how to correct them.

I need some help really fast, as customers are’nt going to buy no more, and I’m going to lose some money.

Thanks to anybody can help me.

Hi

Do one thing create new new.css file under assist folder go to theme.liquid file add below code before

{{ 'new.css' | asset_url | stylesheet_tag }}

Hello, thank you for your help.

Can you tell me if i did something wrong ? Because it’s not working :confused:

it should work add somthing on css file live some css or code Add just below -

{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }}

Where should I add what please ?

I really tried but can’t understand

Do add me as staff account will do this and then you can remove

its very easy to integrate not required much code

If it’s so simple, why would you require me to add you as staff ?

I’m not sure if I want to give you access.

OK i am giving you again step by step

  1. create new.css file under assist [ that you already done]

  2. go to theme liquid file add below file before

Unfortunately, it didn’t change anything again :confused:

You need to write something on css file

Ah yes but that’s what i didnt understand.

What exactly should I put in there ?

your new css code which you are adding on style.scss

This is not working

What??? that code you need to put on theme.liquid file

Yes but you also told me to put it there ?

Sorry if I misunderstood

So what do I put there

ok my last post new.css file is to write css code hope you know basic css knowledge

That is my question. I want to convert everything that is .scss into css OR into css.liquid

So no I don’t know how to write a whole page in css by myself. I just want to convert.

But your english is really hard to understand

just rename .scss file in .css file

It doesnt work

Here is the result of my home page after this change :

So I cancelled