How can I convert my theme from SCSS to CSS on my own?

Hey All

So just setting up a store and using the free Shopify theme (atm Supply) and noticed that the theme is using SCSS. I have reached out to support and they have basically said that its my problem to convert the theme over to CSS.

I have looked at most of the Shopify these and they are all the same and all use the depricated SCSS, as a non developer how to do i go about concerting this. I know some basic code and i am just startup up my new online business so really don’t wont to spend extra $$$ hiring a developer to do this.

The way i see it if, Shopify are supplying a theme it should meet the current standards and support.

Can someone advise what is the best to convert from SCSS to CSS

1 Like

@sensorytree

yes if you just simple ccs you can do copy past

can you please share store url

Thanks @KetanKumar

So are you saying its just a matter of copying the code from theme.scss.liquid to a new asset css?

So That didn’t work but have copied in the rendered CSS

From the web browser i did a view page source and found the css file and copied the css code and and pasted this into my css file i have created. Then updated the theme.liquid to point to my css file.

Any issues with this approach?