Do I need to re-import Susy to work with it in a child theme?

I'm sure this is a question with a simple answer.

I am working on a Storefront child theme. Storefront's stylesheet has been compiled using the Susy grid system - and I was hoping to inherit mixins etc. based on the parent's definitions, but all the Sass partials are present in the parent theme's Assets folder except for Susy (and Bourbon, which I'd like to use too).

Do I need to re-import/re-declare these libraries if I want to use them?

Topic sass child-theme theme-development Wordpress

Category Web


Since Sass is pre-compiled, you will need to import it in each stylesheet that you compile. This means that you will need to re-import it in your child theme stylesheet since it is independent of the parent theme stylesheet.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.