How can I modify Theme.SCSS without getting an error message?

I need to add a little bit of code to Theme.SCSS but am getting an error message:

Can anyone Please tell me how to override this?

Will give Kudos!

Dave

Oh, and it’s for Brooklyn theme, if it matters.

@David_Alexander

it’s auto generated scss file you can modify it,

Try to add Theme.scss.liquid in this file.

Thank you,

it will surely work,

Hi David,

Everyone facing the same issue, you can not override the theme file after new update. You need to override the css in custom.css file.

Thanks

Hi Friend, thank you for the advice!

Hi David,

I was with the support and the reply from the team is.

Essentially the abc.js or abc.css file was generated by Shopify during development, so cannot update the file. Instead you need to work in abc.js.liquid or abc.css.liquid file.

Hope this helps.

Thanks