Theme.scss.liquid is gone in DEBUT THEME!?!

Hello!

I have an old shopify site that uses the Debut theme - and there are several codes that I need to use on my new website that also uses the Debut theme.

It looks like on the new webpage - the theme no longer has in the assets folder where I need to input the code…

which is ASSETS —> theme.scss.liquid

theme.scss.liquid is no longer available?!?!?!

Can someone please advise me on how to input my code?

I need to make the slideshow auto resize so I dont lose parts of my graphic in cell phone mode.

I also need to make the button go to the bottom left of the slideshow graphics…

I have both of those codes (that worked in theme.scss.liquid)

Now with these changes I have no clue what to do or if these codes even work now…

Please someone help! I would be so grateful!

Thank you!

Joshua

Just use theme.css

The same code that worked previously doesn’t seem to be working in theme.css - do you know why that could be?

Basically what happens when i use the previously functioning code (which I will list below)

Is that when I save it - it just completely kills the slideshow section and makes the webpage super glitchy…

I have no idea why it wont convert.

Here is the code:

/
/
--tim: force slideshow resize instead of cropping /
.slideshow{
height:auto; /
override the height value from the section.settings /
}
.slideshow__image,
.slideshow__link {
position:relative;
}
.slideshow__image:not(.ratio-container),
.ratio-container:after {
padding-bottom:31.8%; /
here is the aspect ratio of images */
}