Customizing Quark inherited theme with SCSS?

Could someone advise me on customizing a theme inheriting from Quark with custom SCSS? I know that Quark only has custom.css by default.

From my child theme folder, I’m using the following to compile: sass --load-path ../quark/scss --watch scss:css-compiled

But I’m unclear on what SCSS files I should bring over from the Quark theme and what to modify so that my custom.scss makes it into the flow. Including how to modify Quark and Spectre variables.

Is this advice correct?

I’d appreciate any help!

With help from a friendly person on discord, I got the answer: I needed to set production-mode: false in [quark_child_theme].yaml

1 Like