• Resolved zigojacko

    (@zigojacko)


    I’m trying to extend the framework SCSS (I have a child theme but this also affects the main theme) but after saving changes, nothing is applying in the frontend. Is the compilation not automatic, do I need to initiate this somehow?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author David Vongries

    (@davidvongries)

    Hi @zigojacko,

    you need to install Gulp & node.js on your machine to handle the compiling the style.scss file in the child-theme.

    Otherwise, you can write basic CSS inside the style.css file in the child-theme.

    Thread Starter zigojacko

    (@zigojacko)

    Ah, great, thanks for confirming ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom SCSS’ is closed to new replies.